ComDefaultInterfaceAttribute(Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的 ComDefaultInterfaceAttribute 物件做為公開至 COM 的預設介面,初始化 Type 類別的新執行個體。
public:
ComDefaultInterfaceAttribute(Type ^ defaultInterface);
public ComDefaultInterfaceAttribute (Type defaultInterface);
new System.Runtime.InteropServices.ComDefaultInterfaceAttribute : Type -> System.Runtime.InteropServices.ComDefaultInterfaceAttribute
Public Sub New (defaultInterface As Type)
參數
備註
defaultInterface
傳遞給建構函式的型別必須對 COM 可見。