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.
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
Public Function Clear ( _
possibleOwner As SharedStatusBarOwner _
) As Boolean
public bool Clear(
SharedStatusBarOwner possibleOwner
)
public:
virtual bool Clear(
SharedStatusBarOwner^ possibleOwner
) sealed
abstract Clear :
possibleOwner:SharedStatusBarOwner -> bool
override Clear :
possibleOwner:SharedStatusBarOwner -> bool
public final 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
Implements
ISharedStatusBar.Clear(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.