Sdílet prostřednictvím


SharedStatusBar.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
Public Function SetLineChar ( _
    possibleOwner As SharedStatusBarOwner, _
    ByRef pvLine As Object, _
    ByRef pvChar As Object _
) As Integer
public int SetLineChar(
    SharedStatusBarOwner possibleOwner,
    ref Object pvLine,
    ref Object pvChar
)
public:
virtual int SetLineChar(
    SharedStatusBarOwner^ possibleOwner, 
    Object^% pvLine, 
    Object^% pvChar
) sealed
abstract SetLineChar : 
        possibleOwner:SharedStatusBarOwner * 
        pvLine:Object byref * 
        pvChar:Object byref -> int 
override SetLineChar : 
        possibleOwner:SharedStatusBarOwner * 
        pvLine:Object byref * 
        pvChar:Object byref -> int 
public final function SetLineChar(
    possibleOwner : SharedStatusBarOwner, 
    pvLine : Object, 
    pvChar : Object
) : int

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

ISharedStatusBar.SetLineChar(SharedStatusBarOwner, Object%, Object%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SharedStatusBar Třída

Microsoft.VisualStudio.Data.Schema.Package.UI – obor názvů