BIND_FLAGS Enumeration

Specifies values that are used to control aspects of moniker binding operations.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration BIND_FLAGS
[FlagsAttribute]
public enum BIND_FLAGS
[FlagsAttribute]
public enum class BIND_FLAGS
[<FlagsAttribute>]
type BIND_FLAGS
public enum BIND_FLAGS

Members

Member name Description
BIND_MAYBOTHERUSER Indicates that moniker implementation can interact with the end user. If not present, the moniker implementation should not interact with the user in any way.
BIND_JUSTTESTEXISTENCE Indicates that the caller is not interested in having the operation carried out, but only in learning whether the operation could have been carried out had this flag not been specified.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace