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!

TypeLibTypeAttribute Class

Contains the TYPEFLAGS that were originally imported for this type from the COM type library.

Object
   Attribute
      TypeLibTypeAttribute

[Visual Basic]
Public Class TypeLibTypeAttribute
   Inherits Attribute
[C#]
public class TypeLibTypeAttribute : Attribute
[C++]
public __gc class TypeLibTypeAttribute : public Attribute
[JScript]
public class TypeLibTypeAttribute extends Attribute

Remarks

Can be used to attribute classes or interfaces.

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 TYPEFLAGS were set. The NGWS runtime does not use this attribute.

See the Interop spec for complete details on this attribute.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

TypeLibTypeAttribute Members | System.Runtime.InteropServices Namespace