ISharedStatusBar.TakeOwnership-Methode

Übernimmt den Besitz der Statusleiste.

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

Syntax

'Declaration
Function TakeOwnership ( _
    proposedOwner As SharedStatusBarOwner _
) As Boolean
bool TakeOwnership(
    SharedStatusBarOwner proposedOwner
)
bool TakeOwnership(
    SharedStatusBarOwner^ proposedOwner
)
abstract TakeOwnership : 
        proposedOwner:SharedStatusBarOwner -> bool 
function TakeOwnership(
    proposedOwner : SharedStatusBarOwner
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn der Besitz übernommen wurde.

Hinweise

Gibt true zurück, wenn der proposedOwner zum tatsächlichen Besitzer wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISharedStatusBar Schnittstelle

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