IBindCtx.RevokeObjectBound Method

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

Syntax

‘선언
Sub RevokeObjectBound ( _
    punk As Object _
)
‘사용 방법
Dim instance As IBindCtx
Dim punk As Object

instance.RevokeObjectBound(punk)
void RevokeObjectBound(
    Object punk
)
void RevokeObjectBound(
    [InAttribute] Object^ punk
)
abstract RevokeObjectBound : 
        punk:Object -> unit 
function RevokeObjectBound(
    punk : Object
)

Parameters

.NET Framework Security

See Also

Reference

IBindCtx Interface

IBindCtx Members

Microsoft.VisualStudio.OLE.Interop Namespace