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