NormalizedSnapshotSpanCollection.OverlapsWith-Methode (SnapshotSpan)
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
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
Parameter
- span
Typ: Microsoft.VisualStudio.Text.SnapshotSpan
Rückgabewert
Typ: Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.