Método ISharedStatusBar.ReleaseOwnership
Libera a propriedade 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
Sub ReleaseOwnership ( _
possibleOwner As SharedStatusBarOwner _
)
void ReleaseOwnership(
SharedStatusBarOwner possibleOwner
)
void ReleaseOwnership(
SharedStatusBarOwner^ possibleOwner
)
abstract ReleaseOwnership :
possibleOwner:SharedStatusBarOwner -> unit
function ReleaseOwnership(
possibleOwner : SharedStatusBarOwner
)
Parâmetros
- possibleOwner
Tipo: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
O proprietário que libera a barra de status.
Comentários
Retorna true se possibleOwner era o proprietário de real.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.