NormalizedSnapshotSpanCollection.OverlapsWith 方法 (SnapshotSpan)

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

语法

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

参数

返回值

类型:Boolean

.NET Framework 安全性

请参阅

参考

NormalizedSnapshotSpanCollection 类

OverlapsWith 重载

Microsoft.VisualStudio.Text 命名空间