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
)
abstract RegisterObjectBound : 
        punk:Object -> unit 
function RegisterObjectBound(
    punk : Object
)

Parameters

.NET Framework Security

See Also

Reference

IBindCtx Interface

IBindCtx Members

Microsoft.VisualStudio.OLE.Interop Namespace