TypeLibTypeAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TypeLibTypeAttribute
class.
Overloads
TypeLibTypeAttribute(Int16) |
Initializes a new instance of the |
TypeLibTypeAttribute(TypeLibTypeFlags) |
Initializes a new instance of the |
TypeLibTypeAttribute(Int16)
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
Initializes a new instance of the TypeLibTypeAttribute
class with the specified TypeLibTypeFlags value.
public:
TypeLibTypeAttribute(short flags);
public TypeLibTypeAttribute (short flags);
new System.Runtime.InteropServices.TypeLibTypeAttribute : int16 -> System.Runtime.InteropServices.TypeLibTypeAttribute
Public Sub New (flags As Short)
Parameters
- flags
- Int16
The TypeLibTypeFlags value for the attributed type as found in the type library it was imported from.
Applies to
TypeLibTypeAttribute(TypeLibTypeFlags)
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
- Source:
- TypeLibTypeAttribute.cs
Initializes a new instance of the TypeLibTypeAttribute
class with the specified TypeLibTypeFlags value.
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)
Parameters
- flags
- TypeLibTypeFlags
The TypeLibTypeFlags value for the attributed type as found in the type library it was imported from.