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