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
參數
- possibleOwner
型別:Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
狀態列的擁有者。如果不是擁有者,就不會進行任何作業。
- line
型別:System.Object%
游標的行號。
- col
型別:System.Object%
游標的欄號。
- theChar
型別:System.Object%
游標的字元位置。
傳回值
型別:System.Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。