InterfaceTypeAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 InterfaceTypeAttribute 類別的新執行個體。
多載
InterfaceTypeAttribute(Int16) |
使用指定的 InterfaceTypeAttribute 列舉型別 (Enumeration) 成員,初始化 ComInterfaceType 類別的新執行個體。 |
InterfaceTypeAttribute(ComInterfaceType) |
使用指定的 InterfaceTypeAttribute 列舉型別 (Enumeration) 成員,初始化 ComInterfaceType 類別的新執行個體。 |
InterfaceTypeAttribute(Int16)
使用指定的 InterfaceTypeAttribute 列舉型別 (Enumeration) 成員,初始化 ComInterfaceType 類別的新執行個體。
public:
InterfaceTypeAttribute(short interfaceType);
public InterfaceTypeAttribute (short interfaceType);
new System.Runtime.InteropServices.InterfaceTypeAttribute : int16 -> System.Runtime.InteropServices.InterfaceTypeAttribute
Public Sub New (interfaceType As Short)
參數
- interfaceType
- Int16
描述介面應如何公開給 COM 用戶端。
備註
此建構函式會採用代表每個 ComInterfaceType 列舉成員的基礎 16 位整數。 Tlbimp.exe (類型庫匯入工具) 使用此建構函式。
另請參閱
適用於
InterfaceTypeAttribute(ComInterfaceType)
使用指定的 InterfaceTypeAttribute 列舉型別 (Enumeration) 成員,初始化 ComInterfaceType 類別的新執行個體。
public:
InterfaceTypeAttribute(System::Runtime::InteropServices::ComInterfaceType interfaceType);
public InterfaceTypeAttribute (System.Runtime.InteropServices.ComInterfaceType interfaceType);
new System.Runtime.InteropServices.InterfaceTypeAttribute : System.Runtime.InteropServices.ComInterfaceType -> System.Runtime.InteropServices.InterfaceTypeAttribute
Public Sub New (interfaceType As ComInterfaceType)
參數
- interfaceType
- ComInterfaceType
其中一個 ComInterfaceType 值,描述介面應如何公開給 COM 用戶端。
備註
對於較不容易出錯的可讀取程序代碼,請一律使用此建構函式。