UCOMITypeLib.GetTypeInfoType Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
GetTypeInfoType(Int32, TYPEKIND) |
Recupera el tipo de una descripción de tipos. |
GetTypeInfoType(Int32, TYPEKIND) |
Recupera el tipo de una descripción de tipos. |
- Source:
- UCOMITypeLib.cs
- Source:
- UCOMITypeLib.cs
- Source:
- UCOMITypeLib.cs
Recupera el tipo de una descripción de tipos.
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)
Parámetros
- index
- Int32
Índice de la descripción de tipo en la biblioteca de tipos.
- pTKind
- TYPEKIND
Referencia a la enumeración TYPEKIND
de la descripción de tipo.
Comentarios
Para obtener más información, vea ITypeLib::GetTypeInfoType.
Se aplica a
Windows Desktop 10 e outras versións
Produto | Versións |
---|---|
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Recupera el tipo de una descripción de tipos.
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)
Parámetros
- index
- Int32
Índice de la descripción de tipo en la biblioteca de tipos.
- pTKind
- TYPEKIND
Referencia a la enumeración TYPEKIND
de la descripción de tipo.
Comentarios
Para obtener más información sobre ITypeLib::GetTypeInfoOfType
, vea MSDN Library.
Se aplica a
.NET Framework 4.8.1 e outras versións
Produto | Versións |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Comentarios de .NET
.NET é un proxecto de código aberto. Selecciona unha ligazón para ofrecer comentarios: