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


ISharedStatusBar.ReleaseOwnership Method

Releases ownership of the status bar.

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

Syntax

'Declaration
Sub ReleaseOwnership ( _
    possibleOwner As SharedStatusBarOwner _
)
void ReleaseOwnership(
    SharedStatusBarOwner possibleOwner
)
void ReleaseOwnership(
    SharedStatusBarOwner^ possibleOwner
)
abstract ReleaseOwnership : 
        possibleOwner:SharedStatusBarOwner -> unit 
function ReleaseOwnership(
    possibleOwner : SharedStatusBarOwner
)

Parameters

Remarks

Returns true if possibleOwner was the actual owner.

.NET Framework Security

See Also

Reference

ISharedStatusBar Interface

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