Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) 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.
Recupera le informazioni sul tipo relative a un oggetto, che possono essere usate per ottenere informazioni sul tipo relative a un'interfaccia.
virtual void System.Runtime.InteropServices._Attribute.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_Attribute::GetTypeInfo;
void _Attribute.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._Attribute.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._Attribute.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _Attribute.GetTypeInfo
Parametri
- iTInfo
- UInt32
Informazioni sul tipo da restituire.
- lcid
- UInt32
Identificatore delle impostazioni locali per le informazioni sul tipo.
- ppTInfo
-
IntPtr
nativeint
Riceve un puntatore all'oggetto relativo alle informazioni sul tipo richiesto.
Implementazioni
Eccezioni
L'accesso ad associazione tardiva con l'interfaccia IDispatch
di COM non è supportato.
Commenti
Questo metodo è destinato all'accesso alle classi gestite dal codice non gestito e non deve essere chiamato dal codice gestito. Per altre informazioni, vedere IDispatch::GetTypeInfo.