IEEHelperObject.GetTargetClass 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 GetTargetClass(System::String ^ name, System::UInt32 assemblyCookie, [Runtime::InteropServices::Out] System::UInt32 % cookie, [Runtime::InteropServices::Out] System::UInt32 % valueAttrCount, [Runtime::InteropServices::Out] System::UInt32 % viewerAttrCount, [Runtime::InteropServices::Out] System::UInt32 % visualizerAttrCount);
public int GetTargetClass(string name, uint assemblyCookie, out uint cookie, out uint valueAttrCount, out uint viewerAttrCount, out uint visualizerAttrCount);
abstract member GetTargetClass : string * uint32 * uint32 * uint32 * uint32 * uint32 -> int
Public Function GetTargetClass (name As String, assemblyCookie As UInteger, ByRef cookie As UInteger, ByRef valueAttrCount As UInteger, ByRef viewerAttrCount As UInteger, ByRef visualizerAttrCount As UInteger) As Integer
Parameters
- name
- String
- assemblyCookie
- UInt32
- cookie
- UInt32
- valueAttrCount
- UInt32
- viewerAttrCount
- UInt32
- visualizerAttrCount
- UInt32