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
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.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll
TypeLibTypeAttribute Members | System.Runtime.InteropServices Namespace