Compartilhar via


Método ISharedStatusBar.TakeOwnership

Apropria-se da barra de status.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
True se a propriedade foi tirada.

Comentários

Retorna true se o proposedOwner foi feita proprietário real.

Segurança do .NET Framework

Consulte também

Referência

ISharedStatusBar Interface

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