Sdílet prostřednictvím


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

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ů