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

‘선언
<GuidAttribute("0000000E-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IBindCtx
‘사용 방법
Dim instance As 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

See Also

Reference

IBindCtx Members

Microsoft.VisualStudio.OLE.Interop Namespace