CustomAttributeBuilder._CustomAttributeBuilder.GetTypeInfo Metoda

Definicja

Pobiera informacje o typie dla obiektu, których następnie można użyć do uzyskania informacji o typie interfejsu.

 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

Parametry

iTInfo
UInt32

Informacje o typie, który będzie zwracany.

lcid
UInt32

Identyfikator regionalny dla informacji o typie.

ppTInfo
IntPtr

nativeint

Otrzymuje wskaźnik do obiektu informacji żądanego typu.

Implementuje

Wyjątki

Metoda jest wywoływana z opóźnieniem przy użyciu interfejsu COM IDispatch .

Uwagi

Ta metoda umożliwia dostęp do klas zarządzanych z niezarządzanego kodu i nie powinna być wywoływana z kodu zarządzanego. Aby uzyskać więcej informacji, zobacz IDispatch::GetTypeInfo.

Dotyczy