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!

TypeLibTypeFlags Enumeration

Describes the original settings of the TYPEFLAGS in the COM type library from which the type was imported.

[Visual Basic]
Public Enum TypeLibTypeFlags
[C#]
public enum TypeLibTypeFlags
[C++]
public enum TypeLibTypeFlags

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

TypeLibTypeFlags is used along with the TypeLibTypeAttribute. The flags are retained for reference only. They are not used by the runtime.

See the Interop Metadata spec for complete details.

Members

Member Name Description
FAggregatable [To be supplied.]
FAppObject [To be supplied.]
FCanCreate [To be supplied.]
FControl [To be supplied.]
FDispatchable [To be supplied.]
FDual [To be supplied.]
FHidden [To be supplied.]
FLicensed [To be supplied.]
FNonExtensible [To be supplied.]
FOleAutomation [To be supplied.]
FPreDeclId [To be supplied.]
FReplaceable [To be supplied.]
FRestricted [To be supplied.]
FReverseBind [To be supplied.]

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

System.Runtime.InteropServices Namespace