SharedStatusBar.ReleaseOwnership-Methode

Gibt den Besitz der Statusleiste frei. Gibt true zurück, wenn possibleOwner der tatsächliche Besitzer war.

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
)

Parameter

Implementiert

ISharedStatusBar.ReleaseOwnership(SharedStatusBarOwner)

.NET Framework-Sicherheit

Siehe auch

Referenz

SharedStatusBar Klasse

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