共用方式為


TypeLibVarAttribute 建構函式

定義

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

多載

TypeLibVarAttribute(Int16)

使用指定的 TypeLibVarFlags 值,初始化 TypeLibVarAttribute 類別的新執行個體。

TypeLibVarAttribute(TypeLibVarFlags)

使用指定的 TypeLibVarFlags 值,初始化 TypeLibVarAttribute 類別的新執行個體。

TypeLibVarAttribute(Int16)

使用指定的 TypeLibVarFlags 值,初始化 TypeLibVarAttribute 類別的新執行個體。

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

參數

flags
Int16

屬性化欄位的 TypeLibVarFlags 值,如其匯入來源的型別程式庫中所發現者。

另請參閱

適用於

TypeLibVarAttribute(TypeLibVarFlags)

使用指定的 TypeLibVarFlags 值,初始化 TypeLibVarAttribute 類別的新執行個體。

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

參數

flags
TypeLibVarFlags

屬性化欄位的 TypeLibVarFlags 值,如其匯入來源的型別程式庫中所發現者。

另請參閱

適用於