ITypeLib.GetTypeInfoType(UInt32, TYPEKIND[]) 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:
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[]