Dela via


SharedStatusBar.GetText Method

Retrieves the current status bar text.

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

Syntax

'Declaration
Public Function GetText ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef pszText As String _
) As Integer
public int GetText(
    SharedStatusBarOwner possibleOwner,
    out string pszText
)
public:
virtual int GetText(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] String^% pszText
) sealed
abstract GetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string byref -> int 
override GetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string byref -> int 
public final function GetText(
    possibleOwner : SharedStatusBarOwner, 
    pszText : String
) : int

Parameters

Return Value

Type: System.Int32

Implements

ISharedStatusBar.GetText(SharedStatusBarOwner, String%)

.NET Framework Security

See Also

Reference

SharedStatusBar Class

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