ISharedStatusBar.SetText – metoda
Nastaví text na stavovém řádku v textové oblasti.
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 SetText ( _
possibleOwner As SharedStatusBarOwner, _
text As String _
) As Boolean
bool SetText(
SharedStatusBarOwner possibleOwner,
string text
)
bool SetText(
SharedStatusBarOwner^ possibleOwner,
String^ text
)
abstract SetText :
possibleOwner:SharedStatusBarOwner *
text:string -> bool
function SetText(
possibleOwner : SharedStatusBarOwner,
text : String
) : boolean
Parametry
- possibleOwner
Typ: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
Vlastník stavový řádek.Není-li vlastník, žádná akce.
- text
Typ: System.String
Text zobrazený v textové oblasti stavu.
Vrácená hodnota
Typ: System.Boolean
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.