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