Compartir a través de


ISharedStatusBar.TakeOwnership (Método)

Toma posesión de la barra de estado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.UI
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean
Es true si se tomó posesión.

Comentarios

Devuelve true si proposedOwner se hizo el propietario real.

Seguridad de .NET Framework

Vea también

Referencia

ISharedStatusBar Interfaz

Microsoft.VisualStudio.Data.Schema.Package.UI (Espacio de nombres)