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
'Declaración
<GuidAttribute("0000000E-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IBindCtx
[GuidAttribute("0000000E-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IBindCtx
The IBindCtx type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnumObjectParam | ||
GetBindOptions | ||
GetObjectParam | ||
GetRunningObjectTable | ||
RegisterObjectBound | ||
RegisterObjectParam | ||
ReleaseBoundObjects | ||
RevokeObjectBound | ||
RevokeObjectParam | ||
SetBindOptions |
Top