IEEHelperObject.GetViewerAttributeProps Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetViewerAttributeProps(System::UInt32 classCookie, System::UInt32 ordinal, [Runtime::InteropServices::Out] System::String ^ % targetedAssembly, [Runtime::InteropServices::Out] System::UInt32 % assemLocation, [Runtime::InteropServices::Out] System::String ^ % className, [Runtime::InteropServices::Out] System::UInt32 % classAssemLocation);
public int GetViewerAttributeProps(uint classCookie, uint ordinal, out string targetedAssembly, out uint assemLocation, out string className, out uint classAssemLocation);
abstract member GetViewerAttributeProps : uint32 * uint32 * string * uint32 * string * uint32 -> int
Public Function GetViewerAttributeProps (classCookie As UInteger, ordinal As UInteger, ByRef targetedAssembly As String, ByRef assemLocation As UInteger, ByRef className As String, ByRef classAssemLocation As UInteger) As Integer
Parameters
- classCookie
- UInt32
- ordinal
- UInt32
- targetedAssembly
- String
- assemLocation
- UInt32
- className
- String
- classAssemLocation
- UInt32