ISharedStatusBar.SetLineColChar Method
Displays the line number, column number, and character position in the editor information area of the status bar.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- line
Type: System.Object%
Line number of the cursor.
- col
Type: System.Object%
Column number of the cursor.
- theChar
Type: System.Object%
Character position of the cursor.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.