ISharedStatusBar.SetLineChar – metoda
Zobrazí číslo řádku a znak umístěte v informační oblasti stavového řádku editoru.
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 SetLineChar ( _
possibleOwner As SharedStatusBarOwner, _
ByRef line As Object, _
ByRef theChar As Object _
) As Integer
int SetLineChar(
SharedStatusBarOwner possibleOwner,
ref Object line,
ref Object theChar
)
int SetLineChar(
SharedStatusBarOwner^ possibleOwner,
Object^% line,
Object^% theChar
)
abstract SetLineChar :
possibleOwner:SharedStatusBarOwner *
line:Object byref *
theChar:Object byref -> int
function SetLineChar(
possibleOwner : SharedStatusBarOwner,
line : Object,
theChar : Object
) : int
Parametry
- possibleOwner
Typ: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
Vlastník stavový řádek.Není-li vlastník, žádná akce.
- line
Typ: System.Object%
Číslo řádku kurzoru.
- theChar
Typ: System.Object%
Znak pozice kurzoru.
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.