MemberInfo._MemberInfo.GetTypeInfo(UInt32, UInt32, IntPtr) Metod

Definition

Hämtar typinformationen för ett objekt, som sedan kan användas för att hämta typinformationen för ett gränssnitt.

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

Parametrar

iTInfo
UInt32

Typinformation som ska returneras.

lcid
UInt32

Språkidentifieraren för typinformationen.

ppTInfo
IntPtr

nativeint

Tar emot en pekare till det begärda typinformationsobjektet.

Implementeringar

Undantag

Metoden kallas för sen bindning med hjälp av COM-gränssnittet IDispatch .

Kommentarer

Den här metoden är för åtkomst till hanterade klasser från ohanterad kod och bör inte anropas från hanterad kod. Mer information finns i IDispatch::GetTypeInfo.

Gäller för