FieldInfo._FieldInfo.GetTypeInfoCount(UInt32) Metod

Definition

Hämtar antalet typinformationsgränssnitt som ett objekt tillhandahåller (antingen 0 eller 1).

 virtual void System.Runtime.InteropServices._FieldInfo.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_FieldInfo::GetTypeInfoCount;
void _FieldInfo.GetTypeInfoCount(out uint pcTInfo);
abstract member System.Runtime.InteropServices._FieldInfo.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._FieldInfo.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _FieldInfo.GetTypeInfoCount

Parametrar

pcTInfo
UInt32

Pekar på en plats som tar emot antalet typinformationsgränssnitt som tillhandahålls av objektet.

Implementeringar

Undantag

Sen åtkomst med COM-gränssnittet IDispatch stöds inte.

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::GetTypeInfoCount.

Gäller för