InterfaceTypeAttribute 建構函式

定義

初始化 InterfaceTypeAttribute 類別的新執行個體。

多載

InterfaceTypeAttribute(Int16)

使用指定的 InterfaceTypeAttribute 列舉型別 (Enumeration) 成員,初始化 ComInterfaceType 類別的新執行個體。

InterfaceTypeAttribute(ComInterfaceType)

使用指定的 InterfaceTypeAttribute 列舉型別 (Enumeration) 成員,初始化 ComInterfaceType 類別的新執行個體。

InterfaceTypeAttribute(Int16)

來源:
InterfaceTypeAttribute.cs
來源:
InterfaceTypeAttribute.cs
來源:
InterfaceTypeAttribute.cs

使用指定的 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 用戶端。

備註

這個建構函式會採用基礎16位整數,代表每個 ComInterfaceType 列舉成員。 Tlbimp.exe (類型庫匯入工具) 會使用此建構函式。

另請參閱

適用於

InterfaceTypeAttribute(ComInterfaceType)

來源:
InterfaceTypeAttribute.cs
來源:
InterfaceTypeAttribute.cs
來源:
InterfaceTypeAttribute.cs

使用指定的 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 用戶端。

備註

對於較不容易出錯的可讀取程序代碼,請一律使用此建構函式。

適用於