Compartilhar via


Método SharedStatusBar.SetLineColChar

Exibe o número da linha, o número de coluna e a posição do caractere 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
Public Function SetLineColChar ( _
    possibleOwner As SharedStatusBarOwner, _
    ByRef pvLine As Object, _
    ByRef pvCol As Object, _
    ByRef pvChar As Object _
) As Integer
public int SetLineColChar(
    SharedStatusBarOwner possibleOwner,
    ref Object pvLine,
    ref Object pvCol,
    ref Object pvChar
)
public:
virtual int SetLineColChar(
    SharedStatusBarOwner^ possibleOwner, 
    Object^% pvLine, 
    Object^% pvCol, 
    Object^% pvChar
) sealed
abstract SetLineColChar : 
        possibleOwner:SharedStatusBarOwner * 
        pvLine:Object byref * 
        pvCol:Object byref * 
        pvChar:Object byref -> int 
override SetLineColChar : 
        possibleOwner:SharedStatusBarOwner * 
        pvLine:Object byref * 
        pvCol:Object byref * 
        pvChar:Object byref -> int 
public final function SetLineColChar(
    possibleOwner : SharedStatusBarOwner, 
    pvLine : Object, 
    pvCol : Object, 
    pvChar : Object
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

SharedStatusBar Classe

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