TypeLibTypeAttribute 建構函式

定義

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

多載

名稱 Description
TypeLibTypeAttribute(Int16)

初始化一個以指定TypeLibTypeAttribute值的新TypeLibTypeFlags類別實例。

TypeLibTypeAttribute(TypeLibTypeFlags)

初始化一個以指定TypeLibTypeAttribute值的新TypeLibTypeFlags類別實例。

TypeLibTypeAttribute(Int16)

來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs

初始化一個以指定TypeLibTypeAttribute值的新TypeLibTypeFlags類別實例。

public:
 TypeLibTypeAttribute(short flags);
public TypeLibTypeAttribute(short flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : int16 -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As Short)

參數

flags
Int16

屬性型別的值, TypeLibTypeFlags 該值是在匯入的型別庫中找到的。

適用於

TypeLibTypeAttribute(TypeLibTypeFlags)

來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs
來源:
TypeLibTypeAttribute.cs

初始化一個以指定TypeLibTypeAttribute值的新TypeLibTypeFlags類別實例。

public:
 TypeLibTypeAttribute(System::Runtime::InteropServices::TypeLibTypeFlags flags);
public TypeLibTypeAttribute(System.Runtime.InteropServices.TypeLibTypeFlags flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : System.Runtime.InteropServices.TypeLibTypeFlags -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As TypeLibTypeFlags)

參數

flags
TypeLibTypeFlags

屬性型別的值, TypeLibTypeFlags 該值是在匯入的型別庫中找到的。

另請參閱

適用於