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!

TypeLibVarFlags Enumeration

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.

Remarks

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.

Members

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.]

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

System.Runtime.InteropServices Namespace