CustomAttributeBuilder._CustomAttributeBuilder.GetTypeInfo Método

Definición

Recupera la información de tipo de un objeto, que se puede usar después para obtener la información de tipo de una interfaz.

 virtual void System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo) = System::Runtime::InteropServices::_CustomAttributeBuilder::GetTypeInfo;
void _CustomAttributeBuilder.GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfo : uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._CustomAttributeBuilder.GetTypeInfo : uint32 * uint32 * nativeint -> unit
Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr) Implements _CustomAttributeBuilder.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

Al método se le llama de manera enlazada en tiempo de ejecución mediante la interfaz IDispatch de COM.

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