Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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
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
Parametry
- possibleOwner
Typ: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
Vlastník stavový řádek.Není-li vlastník, žádná akce.
- pszText
Typ: System.String%
Aktuální text stavového řádku.
Vrácená hodnota
Typ: System.Int32
Implementuje
ISharedStatusBar.GetText(SharedStatusBarOwner, String%)
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.