Attribute._Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) Método

Definición

Obtiene la información de tipos de un objeto, que puede utilizarse para obtener la información de tipos de una interfaz.

 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

Parámetros

iTInfo
UInt32

Información de tipos que se va a devolver.

lcid
UInt32

Identificador de la configuración regional de la información de tipo.

ppTInfo
IntPtr

nativeint

Recibe un puntero al objeto de información de tipo solicitado.

Implementaciones

Excepciones

No se admite el acceso enlazado en tiempo de ejecución usando la interfaz COM IDispatch .

Comentarios

Este método es para el acceso a clases administradas desde código no administrado y no se debe llamar desde código administrado. Para obtener más información, vea IDispatch::GetTypeInfo.

Se aplica a