ISharedStatusBar.Clear Method
Clears the status text area and the editor information area in 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
Function Clear ( _
possibleOwner As SharedStatusBarOwner _
) As Boolean
bool Clear(
SharedStatusBarOwner possibleOwner
)
bool Clear(
SharedStatusBarOwner^ possibleOwner
)
abstract Clear :
possibleOwner:SharedStatusBarOwner -> bool
function Clear(
possibleOwner : SharedStatusBarOwner
) : boolean
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
Return Value
Type: System.Boolean
.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.