ITypeLib.GetTypeInfoType(UInt32, TYPEKIND[]) Method

Definition

public:
 void GetTypeInfoType(System::UInt32 index, cli::array <Microsoft::VisualStudio::OLE::Interop::TYPEKIND> ^ pTKind);
public:
 void GetTypeInfoType(unsigned int index, Platform::Array <Microsoft::VisualStudio::OLE::Interop::TYPEKIND> ^ pTKind);
void GetTypeInfoType(unsigned int index, std::Array <Microsoft::VisualStudio::OLE::Interop::TYPEKIND> const & pTKind);
public void GetTypeInfoType (uint index, Microsoft.VisualStudio.OLE.Interop.TYPEKIND[] pTKind);
abstract member GetTypeInfoType : uint32 * Microsoft.VisualStudio.OLE.Interop.TYPEKIND[] -> unit
Public Sub GetTypeInfoType (index As UInteger, pTKind As TYPEKIND())

Parameters

index
UInt32
pTKind
TYPEKIND[]

Applies to