SharedStatusBar.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
Public Function SetText ( _
    possibleOwner As SharedStatusBarOwner, _
    pszText As String _
) As Boolean
public bool SetText(
    SharedStatusBarOwner possibleOwner,
    string pszText
)
public:
virtual bool SetText(
    SharedStatusBarOwner^ possibleOwner, 
    String^ pszText
) sealed
abstract SetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string -> bool 
override SetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string -> bool 
public final function SetText(
    possibleOwner : SharedStatusBarOwner, 
    pszText : String
) : boolean

Parameter

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

Rückgabewert

Typ: System.Boolean

Implementiert

ISharedStatusBar.SetText(SharedStatusBarOwner, String)

.NET Framework-Sicherheit

Siehe auch

Referenz

SharedStatusBar Klasse

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