ITypeLib.GetTypeInfoType(UInt32, TYPEKIND[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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())
参数
- index
- UInt32
- pTKind
- TYPEKIND[]