Condividi tramite


Metodo ISharedStatusBar.Clear

Cancella l'area di testo dello stato e l'area delle informazioni dell'editor nella barra di stato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISharedStatusBar Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.UI