BIND_OPTS2 Structure

Contains parameters used during a moniker-binding operation.

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

Syntax

'Declaration
Public Structure BIND_OPTS2
'Usage
Dim instance As BIND_OPTS2
public struct BIND_OPTS2
public value class BIND_OPTS2
JScript supports the use of structures, but not the declaration of new ones.

Remarks

A BIND_OPTS2 structure is stored in a bind context. The same bind context is used by each component of a composite moniker during binding, allowing the same parameters to be passed to all components of a composite moniker.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BIND_OPTS2 Members

Microsoft.VisualStudio.OLE.Interop Namespace