ParameterBuilder._ParameterBuilder.GetTypeInfoCount(UInt32) 메서드

정의

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

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

매개 변수

pcTInfo
UInt32

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

구현

예외

COM 인터페이스를 사용하여 메서드를 런타임에 바인딩된 IDispatch 메서드라고 합니다.

설명

이 메서드는 관리되지 않는 코드에서 관리되는 클래스에 액세스하기 위한 것이며 관리 코드에서 호출해서는 안 됩니다. 자세한 내용은 IDispatch::GetTypeInfoCount를 참조하세요.

적용 대상