Share via


ComExposedClassAttribute<T>.GetComInterfaceEntries(Int32) 메서드

정의

이 형식을 COM에 노출하기 위해 ComWrappers instance 제공할 COM 인터페이스 정보를 가져옵니다.

public:
 virtual System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* GetComInterfaceEntries([Runtime::InteropServices::Out] int % count);
public System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries (out int count);
abstract member GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>
override this.GetComInterfaceEntries : int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>

매개 변수

count
Int32

이 형식이 구현하는 COM 인터페이스의 수입니다.

반환

형식이 구현하는 인터페이스에 대한 인터페이스 항목 정보입니다.

구현

적용 대상