SharedStatusBar.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
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
Parameters
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- pvLine
Type: System.Object%
Line number of the cursor.
- pvCol
Type: System.Object%
Column number of the cursor.
- pvChar
Type: System.Object%
Character position of the cursor.
Return Value
Type: System.Int32
Implements
ISharedStatusBar.SetLineColChar(SharedStatusBarOwner, Object%, Object%, Object%)
.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.