Share via


IBindCtx.RegisterObjectBound Method

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

Syntax

'Declaration
Sub RegisterObjectBound ( _
    punk As Object _
)
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

Microsoft.VisualStudio.OLE.Interop Namespace