NormalizedSnapshotSpanCollection.IntersectsWith 方法 (SnapshotSpan)

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

语法

声明
Public Function IntersectsWith ( _
    span As SnapshotSpan _
) As Boolean
public bool IntersectsWith(
    SnapshotSpan span
)
public:
bool IntersectsWith(
    SnapshotSpan span
)
member IntersectsWith : 
        span:SnapshotSpan -> bool
public function IntersectsWith(
    span : SnapshotSpan
) : boolean

参数

返回值

类型:Boolean

.NET Framework 安全性

请参阅

参考

NormalizedSnapshotSpanCollection 类

IntersectsWith 重载

Microsoft.VisualStudio.Text 命名空间