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!

TypeLibFuncFlags Enumeration

Describes the original settings of the FUNCFLAGS in the COM type library from where this method was imported.

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

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

Remarks

TypeLibFuncFlags is used with the TypeLibFuncAttribute. 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.]
FReplaceable [To be supplied.]
FRequestEdit [To be supplied.]
FRestricted [To be supplied.]
FSource [To be supplied.]
FUiDefault [To be supplied.]
FUsesGetLastError [To be supplied.]

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

System.Runtime.InteropServices Namespace