共用方式為


ITextView.GetTextElementSpan 方法

取得在指定的 SnapshotPoint 上構成文字項目 (單一視覺表示) 之文字的 SnapshotSpan

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Function GetTextElementSpan ( _
    point As SnapshotPoint _
) As SnapshotSpan
SnapshotSpan GetTextElementSpan(
    SnapshotPoint point
)
SnapshotSpan GetTextElementSpan(
    SnapshotPoint point
)
abstract GetTextElementSpan : 
        point:SnapshotPoint -> SnapshotSpan
function GetTextElementSpan(
    point : SnapshotPoint
) : SnapshotSpan

參數

傳回值

類型:Microsoft.VisualStudio.Text.SnapshotSpan
包含文字項目之繫結的 SnapshotSpan

例外狀況

例外狀況 條件
ArgumentException

point來自錯誤ITextBuffer

備註

文字項目可能是 utf-16 surrogate 字組,高 surrogate 字元及低代理字元所組成。 如果文字緩衝區中的一個點是高 surrogate 字元與低代理字元之間,就將高 surrogate 字元開始文字的項目範圍,並將其從低代理字元結束。

.NET Framework 安全性

請參閱

參考

ITextView 介面

Microsoft.VisualStudio.Text.Editor 命名空間