Método ISharedStatusBar.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
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
Parâmetros
- possibleOwner
Tipo: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
O proprietário da barra de status.Se não for o proprietário, nada acontecerá.
- line
Tipo: System.Object%
Número de linha do cursor.
- col
Tipo: System.Object%
Número da coluna do cursor.
- theChar
Tipo: System.Object%
Posição de caractere do cursor.
Valor de retorno
Tipo: System.Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.