NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeLibVarAttribute Class

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

Remarks

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.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

TypeLibVarAttribute Members | System.Runtime.InteropServices Namespace