ITextViewLineCollection.GetTextViewLinesIntersectingSpan 方法
取得所有與 bufferSpan 交集的 ITextViewLine 物件。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Function GetTextViewLinesIntersectingSpan ( _
bufferSpan As SnapshotSpan _
) As Collection(Of ITextViewLine)
Collection<ITextViewLine> GetTextViewLinesIntersectingSpan(
SnapshotSpan bufferSpan
)
Collection<ITextViewLine^>^ GetTextViewLinesIntersectingSpan(
SnapshotSpan bufferSpan
)
abstract GetTextViewLinesIntersectingSpan :
bufferSpan:SnapshotSpan -> Collection<ITextViewLine>
function GetTextViewLinesIntersectingSpan(
bufferSpan : SnapshotSpan
) : Collection<ITextViewLine>
參數
bufferSpan
類型:Microsoft.VisualStudio.Text.SnapshotSpan延伸。
傳回值
類型:Collection<ITextViewLine>
與緩衝區範圍交集的排序 ITextViewLine 物件集合。
備註
這會傳回空的清單,如果沒有之間沒有交集ITextViewLine這個集合中的物件和bufferSpan。這個方法會處理特殊的處理程序所需的最後一行的緩衝區。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。