ISharedStatusBar.SetText-Methode

Legt den Statusleistentext im Textbereich fest.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Function SetText ( _
    possibleOwner As SharedStatusBarOwner, _
    text As String _
) As Boolean
bool SetText(
    SharedStatusBarOwner possibleOwner,
    string text
)
bool SetText(
    SharedStatusBarOwner^ possibleOwner, 
    String^ text
)
abstract SetText : 
        possibleOwner:SharedStatusBarOwner * 
        text:string -> bool 
function SetText(
    possibleOwner : SharedStatusBarOwner, 
    text : String
) : boolean

Parameter

  • text
    Typ: System.String
    Der Text, der im Statustextbereich angezeigt werden soll.

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISharedStatusBar Schnittstelle

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