UCOMITypeLib.GetTypeInfoType Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetTypeInfoType(Int32, TYPEKIND) |
Recupera il tipo di una descrizione del tipo. |
GetTypeInfoType(Int32, TYPEKIND) |
Recupera il tipo di una descrizione del tipo. |
GetTypeInfoType(Int32, TYPEKIND)
- Origine:
- UCOMITypeLib.cs
- Origine:
- UCOMITypeLib.cs
- Origine:
- UCOMITypeLib.cs
Recupera il tipo di una descrizione del tipo.
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)
Parametri
- index
- Int32
Indice della descrizione dei tipi all'interno della libreria dei tipi.
- pTKind
- TYPEKIND
Riferimento all'enumerazione TYPEKIND
per la descrizione del tipo.
Commenti
Per altre informazioni, vedere ITypeLib::GetTypeInfoType.
Si applica a
GetTypeInfoType(Int32, TYPEKIND)
Recupera il tipo di una descrizione del tipo.
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)
Parametri
- index
- Int32
Indice della descrizione dei tipi all'interno della libreria dei tipi.
- pTKind
- TYPEKIND
Riferimento all'enumerazione TYPEKIND
per la descrizione del tipo.
Commenti
Per altre informazioni su ITypeLib::GetTypeInfoOfType
, vedere MSDN Library.