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
声明
Public Structure BIND_OPTS2
用法
Dim instance As BIND_OPTS2
public struct BIND_OPTS2
public value class BIND_OPTS2
[<SealedAttribute>]
type BIND_OPTS2 = struct end
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.