IComExposedClass.GetComInterfaceEntries(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要提供給 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 介面數目。
傳回
類型所實作之介面的介面項目資訊。