This document is archived and information here might be outdated. Recommended version. |
The parameter object with the specified name.
[Visual Basic .NET] Public Function get_Parameter ( _ ByVal Name As String _ ) As IMdParameter
[C#] public IMdParameter get_Parameter ( string Name );
[C++]
HRESULT get_Parameter(
BSTR Name,
IMdParameter** Value
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR Value [out, retval]
Value is a parameter of type IMdParameter**