Sdílet prostřednictvím


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

Parametry

Vrácená hodnota

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISharedStatusBar Rozhraní

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