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
- possibleOwner
Typ: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
Vlastník stavový řádek.Není-li vlastník, žádná akce.
- theText
Typ: System.String%
Aktuální text stavového řádku.
Vrácená hodnota
Typ: System.Int32
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.