SharedStatusBar.SetLineChar Method
Displays the line 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 SetLineChar ( _
possibleOwner As SharedStatusBarOwner, _
ByRef pvLine As Object, _
ByRef pvChar As Object _
) As Integer
public int SetLineChar(
SharedStatusBarOwner possibleOwner,
ref Object pvLine,
ref Object pvChar
)
public:
virtual int SetLineChar(
SharedStatusBarOwner^ possibleOwner,
Object^% pvLine,
Object^% pvChar
) sealed
abstract SetLineChar :
possibleOwner:SharedStatusBarOwner *
pvLine:Object byref *
pvChar:Object byref -> int
override SetLineChar :
possibleOwner:SharedStatusBarOwner *
pvLine:Object byref *
pvChar:Object byref -> int
public final function SetLineChar(
possibleOwner : SharedStatusBarOwner,
pvLine : 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.
- pvChar
Type: System.Object%
Character position of the cursor.
Return Value
Type: System.Int32
Implements
ISharedStatusBar.SetLineChar(SharedStatusBarOwner, 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.