UCOMITypeLib.GetTypeInfoType Metod

Definition

Överlagringar

Name Description
GetTypeInfoType(Int32, TYPEKIND)

Hämtar typen av en typbeskrivning.

GetTypeInfoType(Int32, TYPEKIND)

Hämtar typen av en typbeskrivning.

GetTypeInfoType(Int32, TYPEKIND)

Källa:
UCOMITypeLib.cs
Källa:
UCOMITypeLib.cs
Källa:
UCOMITypeLib.cs
Källa:
UCOMITypeLib.cs
Källa:
UCOMITypeLib.cs

Hämtar typen av en typbeskrivning.

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)

Parametrar

index
Int32

Indexet för typbeskrivningen i typbiblioteket.

pTKind
TYPEKIND

En referens till TYPEKIND uppräkningen för typbeskrivningen.

Kommentarer

Mer information finns i ITypeLib::GetTypeInfoType.

Gäller för

GetTypeInfoType(Int32, TYPEKIND)

Hämtar typen av en typbeskrivning.

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)

Parametrar

index
Int32

Indexet för typbeskrivningen i typbiblioteket.

pTKind
TYPEKIND

Referens till TYPEKIND uppräkningen för typbeskrivningen.

Kommentarer

Mer information om ITypeLib::GetTypeInfoOfTypefinns i MSDN-biblioteket.

Gäller för