Sdílet prostřednictvím


ISharedStatusBar.GetText – metoda

Načte aktuální text stavového řádku.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.UI
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Function GetText ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef theText As String _
) As Integer
int GetText(
    SharedStatusBarOwner possibleOwner,
    out string theText
)
int GetText(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] String^% theText
)
abstract GetText : 
        possibleOwner:SharedStatusBarOwner * 
        theText:string byref -> int 
function GetText(
    possibleOwner : SharedStatusBarOwner, 
    theText : String
) : int

Parametry

  • theText
    Typ: System.String%
    Aktuální text stavového řádku.

Vrácená hodnota

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISharedStatusBar Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.UI – obor názvů