SharedStatusBar.ReleaseOwnership Method
Releases ownership of the status bar. Returns true if possibleOwner was the actual owner.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub ReleaseOwnership ( _
possibleOwner As SharedStatusBarOwner _
)
public void ReleaseOwnership(
SharedStatusBarOwner possibleOwner
)
public:
virtual void ReleaseOwnership(
SharedStatusBarOwner^ possibleOwner
) sealed
abstract ReleaseOwnership :
possibleOwner:SharedStatusBarOwner -> unit
override ReleaseOwnership :
possibleOwner:SharedStatusBarOwner -> unit
public final function ReleaseOwnership(
possibleOwner : SharedStatusBarOwner
)
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The object that releases ownership.
Implements
ISharedStatusBar.ReleaseOwnership(SharedStatusBarOwner)
.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.