ComExposedClassAttribute<T>.GetComInterfaceEntries(Int32) 方法

定義

取得要提供給 ComWrappers 實例的 COM 介面資訊,以將此類型公開給 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 介面數目。

傳回

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

實作

適用於