Condividi tramite


Metodo ISharedStatusBar.TakeOwnership

Assume la proprietà della barra di stato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean
True se la proprietà è stata assunta.

Note

Restituisce true se proposedOwner è stato eseguito dal proprietario effettivo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISharedStatusBar Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.UI