Describes the original settings of the VARFLAGS in the COM type library from which the variable was imported.
[Visual Basic] Public Enum TypeLibVarFlags [C#] public enum TypeLibVarFlags [C++] public enum TypeLibVarFlags
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
TypeLibVarFlags is used along with the TypeLibVarAttribute. The flags are retained for reference only. They are not used by the NGWS runtime.
See the Interop Metadata spec for complete details.
Member Name | Description |
---|---|
FBindable | [To be supplied.] |
FDefaultBind | [To be supplied.] |
FDefaultCollelem | [To be supplied.] |
FDisplayBind | [To be supplied.] |
FHidden | [To be supplied.] |
FImmediateBind | [To be supplied.] |
FNonBrowsable | [To be supplied.] |
FReadOnly | [To be supplied.] |
FReplaceable | [To be supplied.] |
FRequestEdit | [To be supplied.] |
FRestricted | [To be supplied.] |
FSource | [To be supplied.] |
FUiDefault | [To be supplied.] |
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll