Dela via


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

Return Value

Type: System.Int32

Implements

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

.NET Framework Security

See Also

Reference

SharedStatusBar Class

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