Поделиться через


SharedStatusBar.ReleaseOwnership Method

Releases ownership of the status bar. Returns true if possibleOwner was the actual owner.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Sub ReleaseOwnership ( _
    possibleOwner As SharedStatusBarOwner _
)
public void ReleaseOwnership(
    SharedStatusBarOwner possibleOwner
)
public:
virtual void ReleaseOwnership(
    SharedStatusBarOwner^ possibleOwner
) sealed
abstract ReleaseOwnership : 
        possibleOwner:SharedStatusBarOwner -> unit 
override ReleaseOwnership : 
        possibleOwner:SharedStatusBarOwner -> unit 
public final function ReleaseOwnership(
    possibleOwner : SharedStatusBarOwner
)

Parameters

Implements

ISharedStatusBar.ReleaseOwnership(SharedStatusBarOwner)

.NET Framework Security

See Also

Reference

SharedStatusBar Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace