BIND_FLAGS Enumeration

 

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

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

[FlagsAttribute]
public enum BIND_FLAGS

Member nameDescription
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.

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.

Return to top
Show: