Sdílet prostřednictvím


ISharedStatusBar.SetLineColChar – metoda

Zobrazuje číslo řádku, číslo sloupce a poloha znaku v editoru informační oblasti 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 SetLineColChar ( _
    possibleOwner As SharedStatusBarOwner, _
    ByRef line As Object, _
    ByRef col As Object, _
    ByRef theChar As Object _
) As Integer
int SetLineColChar(
    SharedStatusBarOwner possibleOwner,
    ref Object line,
    ref Object col,
    ref Object theChar
)
int SetLineColChar(
    SharedStatusBarOwner^ possibleOwner, 
    Object^% line, 
    Object^% col, 
    Object^% theChar
)
abstract SetLineColChar : 
        possibleOwner:SharedStatusBarOwner * 
        line:Object byref * 
        col:Object byref * 
        theChar:Object byref -> int 
function SetLineColChar(
    possibleOwner : SharedStatusBarOwner, 
    line : Object, 
    col : 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ů