Condividi tramite


IEEHelperObject.GetValueAttributeProps Method

Definition

public:
 int GetValueAttributeProps(System::UInt32 classCookie, System::UInt32 ordinal, [Runtime::InteropServices::Out] System::String ^ % targetedAssembly, [Runtime::InteropServices::Out] System::UInt32 % assemLocation, [Runtime::InteropServices::Out] System::String ^ % name, [Runtime::InteropServices::Out] System::String ^ % value, [Runtime::InteropServices::Out] System::String ^ % type);
public int GetValueAttributeProps(uint classCookie, uint ordinal, out string targetedAssembly, out uint assemLocation, out string name, out string value, out string type);
abstract member GetValueAttributeProps : uint32 * uint32 * string * uint32 * string * string * string -> int
Public Function GetValueAttributeProps (classCookie As UInteger, ordinal As UInteger, ByRef targetedAssembly As String, ByRef assemLocation As UInteger, ByRef name As String, ByRef value As String, ByRef type As String) As Integer

Parameters

classCookie
UInt32
ordinal
UInt32
targetedAssembly
String
assemLocation
UInt32
name
String
value
String
type
String

Returns

Applies to