TypeLibVarAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 值,如其匯入來源的型別程式庫中所發現者。