IBindCtx.RegisterObjectBound Method

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

Syntax

'宣言
Sub RegisterObjectBound ( _
    punk As Object _
)
'使用
Dim instance As IBindCtx
Dim punk As Object

instance.RegisterObjectBound(punk)
void RegisterObjectBound(
    Object punk
)
void RegisterObjectBound(
    [InAttribute] Object^ punk
)
function RegisterObjectBound(
    punk : Object
)

Parameters

Permissions

See Also

Reference

IBindCtx Interface

IBindCtx Members

Microsoft.VisualStudio.OLE.Interop Namespace