Sdílet prostřednictvím


SharedStatusBar.ReleaseOwnership – metoda

Vydání vlastnictví na stavovém řádku. Pokud skutečný vlastník possibleOwner vrátí hodnotu true.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.UI
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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
)

Parametry

Implementuje

ISharedStatusBar.ReleaseOwnership(SharedStatusBarOwner)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SharedStatusBar Třída

Microsoft.VisualStudio.Data.Schema.Package.UI – obor názvů