MethodBase._MethodBase.GetTypeInfoCount(UInt32) 메서드

정의

개체에서 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1).

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

매개 변수

pcTInfo
UInt32

개체에서 제공하는 형식 정보 인터페이스의 수를 받는 위치를 가리킵니다.

구현

예외

COM IDispatch 인터페이스를 사용하는 런타임에 바인딩된 액세스는 지원되지 않습니다.

설명

이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다. 자세한 내용은 IDispatch::GetTypeInfoCount를 참조하세요.

적용 대상