Dela via


SharedStatusBar.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
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

Return Value

Type: System.Boolean

Implements

ISharedStatusBar.Clear(SharedStatusBarOwner)

.NET Framework Security

See Also

Reference

SharedStatusBar Class

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace