Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases ownership of the status bar.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub ReleaseOwnership ( _
possibleOwner As SharedStatusBarOwner _
)
void ReleaseOwnership(
SharedStatusBarOwner possibleOwner
)
void ReleaseOwnership(
SharedStatusBarOwner^ possibleOwner
)
abstract ReleaseOwnership :
possibleOwner:SharedStatusBarOwner -> unit
function ReleaseOwnership(
possibleOwner : SharedStatusBarOwner
)
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner that releases the status bar.
Remarks
Returns true if possibleOwner was the actual owner.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.