_MethodBuilder.GetTypeInfo(UInt32, UInt32, IntPtr) Metodo

Definizione

Recupera le informazioni sul tipo per un oggetto, che può essere utilizzato per ottenere le informazioni sul tipo per un'interfaccia.

public:
 void GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo);
public void GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member GetTypeInfo : uint32 * uint32 * nativeint -> unit
Public Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr)

Parametri

iTInfo
UInt32

Informazioni sul tipo da restituire.

lcid
UInt32

Identificatore delle impostazioni locali per le informazioni sul tipo.

ppTInfo
IntPtr

nativeint

Puntatore all'oggetto informazioni sul tipo richiesto.

Commenti

Questo metodo è destinato all'accesso alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito. Per altre informazioni, vedere IDispatch::GetTypeInfo.

Si applica a