Sdílet prostřednictvím


SharedStatusBar.Clear – metoda

Vymaže text stavové oblasti a oblasti editoru informací ve stavovém řádku.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.UI
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Boolean

Implementuje

ISharedStatusBar.Clear(SharedStatusBarOwner)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SharedStatusBar Třída

Microsoft.VisualStudio.Data.Schema.Package.UI – obor názvů