Compartilhar via


Método ISharedStatusBar.SetLineChar

Exibe o número da linha e caractere posicionar na área de informações do editor da barra de status.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISharedStatusBar Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI