ISharedStatusBar.SetLineColChar 方法

在状态栏的编辑器信息区域中显示行号、列号和字符位置。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.UI
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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

参数

返回值

类型:System.Int32

.NET Framework 安全性

请参见

参考

ISharedStatusBar 接口

Microsoft.VisualStudio.Data.Schema.Package.UI 命名空间