Delen via


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

Return Value

Type: System.Int32

Implements

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

.NET Framework Security

See Also

Reference

SharedStatusBar Class

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