Contains the VARFLAGS that were originally imported for this variable from the COM type library.
Object
Attribute
TypeLibVarAttribute
[Visual Basic] Public Class TypeLibVarAttribute Inherits Attribute [C#] public class TypeLibVarAttribute : Attribute [C++] public __gc class TypeLibVarAttribute : public Attribute [JScript] public class TypeLibVarAttribute extends Attribute
Can be used to attribute fields.
This attribute is set by the type library importer and should never be changed. The attribute is designed to be used by tools that need to know how the original VARFLAGS were set. The runtime does not use this attribute.
See the Interop Metadata spec for complete details on this attribute.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll
TypeLibVarAttribute Members | System.Runtime.InteropServices Namespace