UCOMITypeLib.GetTypeInfoType Methode

Definitie

Overloads

Name Description
GetTypeInfoType(Int32, TYPEKIND)

Hiermee wordt het type van een typebeschrijving opgehaald.

GetTypeInfoType(Int32, TYPEKIND)

Hiermee wordt het type van een typebeschrijving opgehaald.

GetTypeInfoType(Int32, TYPEKIND)

Bron:
UCOMITypeLib.cs
Bron:
UCOMITypeLib.cs
Bron:
UCOMITypeLib.cs
Bron:
UCOMITypeLib.cs
Bron:
UCOMITypeLib.cs

Hiermee wordt het type van een typebeschrijving opgehaald.

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::TYPEKIND % pTKind);
public void GetTypeInfoType(int index, out System.Runtime.InteropServices.ComTypes.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

Parameters

index
Int32

De index van de typebeschrijving in de typebibliotheek.

pTKind
TYPEKIND

Een verwijzing naar de TYPEKIND opsomming voor de typebeschrijving.

Opmerkingen

Zie ITypeLib::GetTypeInfoType voor meer informatie.

Van toepassing op

GetTypeInfoType(Int32, TYPEKIND)

Hiermee wordt het type van een typebeschrijving opgehaald.

public:
 void GetTypeInfoType(int index, [Runtime::InteropServices::Out] System::Runtime::InteropServices::TYPEKIND % pTKind);
public void GetTypeInfoType(int index, out System.Runtime.InteropServices.TYPEKIND pTKind);
abstract member GetTypeInfoType : int * TYPEKIND -> unit
Public Sub GetTypeInfoType (index As Integer, ByRef pTKind As TYPEKIND)

Parameters

index
Int32

De index van de typebeschrijving in de typebibliotheek.

pTKind
TYPEKIND

Verwijzing naar de TYPEKIND opsomming voor de typebeschrijving.

Opmerkingen

Zie de MSDN-bibliotheek voor meer informatie.ITypeLib::GetTypeInfoOfType

Van toepassing op