共用方式為


IComExposedClass.GetComInterfaceEntries(Int32) 方法

定義

取得要提供給 ComWrappers 實例的 COM 介面資訊,以將此類型公開給 COM。

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

參數

count
Int32

此類型所實作的 COM 介面數目。

傳回

類型所實作之介面的介面項目資訊。

適用於