System.Runtime.InteropServices.TypeLibFuncFlags Enumeration

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

Syntax

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum TypeLibFuncFlags

Remarks

System.Runtime.InteropServices.TypeLibFuncFlags is used with the System.Runtime.InteropServices.TypeLibFuncAttribute. The flags are retained for reference only. They are not used by the common language runtime.

For more information about FUNCFLAGS, see the MSDN library.

Members

Member NameDescription
FBindable

The function that supports data binding.

FDefaultBind

The function that best represents the object. Only one function in a type information can have this attribute.

FDefaultCollelem

Permits an optimization in which the compiler looks for a member named "xyz" on the type "abc". If such a member is found and is flagged as an accessor function for an element of the default collection, then a call is generated to that member function.

FDisplayBind

The function that is displayed to the user as bindable. TypeLibFuncFlags.FBindable must also be set.

FHidden

The function should not be displayed to the user, although it exists and is bindable.

FImmediateBind

The function is mapped as individual bindable properties.

FNonBrowsable

The property appears in an object browser, but not in a properties browser.

FReplaceable

Tags the interface as having default behaviors.

FRequestEdit

When set, any call to a method that sets the property results first in a call to IPropertyNotifySink::OnRequestEdit.

FRestricted

This flag is intended for system-level functions or functions that type browsers should not display.

FSource

The function returns an object that is a source of events.

FUiDefault

The type information member is the default member for display in the user interface.

FUsesGetLastError

The function supports GetLastError.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0