TypeLibVarAttribute 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 TypeLibVarAttribute class.
Overloads
TypeLibVarAttribute(Int16) |
Initializes a new instance of the TypeLibVarAttribute class with the specified TypeLibVarFlags value. |
TypeLibVarAttribute(TypeLibVarFlags) |
Initializes a new instance of the TypeLibVarAttribute class with the specified TypeLibVarFlags value. |
TypeLibVarAttribute(Int16)
- Source:
- TypeLibVarAttribute.cs
- Source:
- TypeLibVarAttribute.cs
- Source:
- TypeLibVarAttribute.cs
Initializes a new instance of the TypeLibVarAttribute class with the specified TypeLibVarFlags value.
public:
TypeLibVarAttribute(short flags);
public TypeLibVarAttribute (short flags);
new System.Runtime.InteropServices.TypeLibVarAttribute : int16 -> System.Runtime.InteropServices.TypeLibVarAttribute
Public Sub New (flags As Short)
Parameters
- flags
- Int16
The TypeLibVarFlags value for the attributed field as found in the type library it was imported from.
See also
Applies to
TypeLibVarAttribute(TypeLibVarFlags)
- Source:
- TypeLibVarAttribute.cs
- Source:
- TypeLibVarAttribute.cs
- Source:
- TypeLibVarAttribute.cs
Initializes a new instance of the TypeLibVarAttribute class with the specified TypeLibVarFlags value.
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)
Parameters
- flags
- TypeLibVarFlags
The TypeLibVarFlags value for the attributed field as found in the type library it was imported from.