TypeLibTypeAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 TypeLibTypeAttribute 类的新实例。
重载
| 名称 | 说明 |
|---|---|
| TypeLibTypeAttribute(Int16) |
使用指定的 |
| TypeLibTypeAttribute(TypeLibTypeFlags) |
使用指定的 |
TypeLibTypeAttribute(Int16)
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- 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)
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- 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在从中导入的类型库中找到的属性类型的值。