Delen via


SharedStatusBar.SetText Method

Sets the status bar text in the text area.

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

Parameters

  • pszText
    Type: System.String
    The text to display in the status text area.

Return Value

Type: System.Boolean

Implements

ISharedStatusBar.SetText(SharedStatusBarOwner, String)

.NET Framework Security

See Also

Reference

SharedStatusBar Class

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