Dela via


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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISharedStatusBar Interface

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