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