IBindCtx Interface

Accumulates information about objects bound in a particular operation but that need to be released at the end of the operation. Commonly used in operations involving moniker binding. Standard COM interface. For more information, see IBindCtx.

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

Syntax

'Declaration
<GuidAttribute("0000000E-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IBindCtx
[GuidAttribute("0000000E-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IBindCtx
[GuidAttribute(L"0000000E-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IBindCtx
[<GuidAttribute("0000000E-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IBindCtx =  interface end
public interface IBindCtx

The IBindCtx type exposes the following members.

Methods

  Name Description
Public method EnumObjectParam
Public method GetBindOptions
Public method GetObjectParam
Public method GetRunningObjectTable
Public method RegisterObjectBound
Public method RegisterObjectParam
Public method ReleaseBoundObjects
Public method RevokeObjectBound
Public method RevokeObjectParam
Public method SetBindOptions

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace