SharedStatusBar.GetText-Methode

Ruft den aktuellen Statusleistentext ab.

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

Parameter

Rückgabewert

Typ: System.Int32

Implementiert

ISharedStatusBar.GetText(SharedStatusBarOwner, String%)

.NET Framework-Sicherheit

Siehe auch

Referenz

SharedStatusBar Klasse

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