Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
EnumObjectParam | |
![]() |
GetBindOptions | |
![]() |
GetObjectParam | |
![]() |
GetRunningObjectTable | |
![]() |
RegisterObjectBound | |
![]() |
RegisterObjectParam | |
![]() |
ReleaseBoundObjects | |
![]() |
RevokeObjectBound | |
![]() |
RevokeObjectParam | |
![]() |
SetBindOptions |
Top
.gif)