NormalizedSpanCollection.IntersectsWith Methode

Definition

Überlädt

IntersectsWith(Span)

Bestimmt, wie sich dieser spannen Satz mit einer anderen Spanne überschneidet.

IntersectsWith(NormalizedSpanCollection)

Bestimmt, wie sich dieser Span-Satz mit einem anderen spannen Satz schneidet.

IntersectsWith(Span)

Bestimmt, wie sich dieser spannen Satz mit einer anderen Spanne überschneidet.

public:
 bool IntersectsWith(Microsoft::VisualStudio::Text::Span span);
public:
 bool IntersectsWith(Microsoft::VisualStudio::Text::Span span);
bool IntersectsWith(Microsoft::VisualStudio::Text::Span span);
public bool IntersectsWith (Microsoft.VisualStudio.Text.Span span);
member this.IntersectsWith : Microsoft.VisualStudio.Text.Span -> bool
Public Function IntersectsWith (span As Span) As Boolean

Parameter

span
Span

Gibt zurück

Boolean

true , wenn sich diese Spannen Menge mit der angegebenen Spanne überschneidet, andernfalls false.

Gilt für

IntersectsWith(NormalizedSpanCollection)

Bestimmt, wie sich dieser Span-Satz mit einem anderen spannen Satz schneidet.

public:
 bool IntersectsWith(Microsoft::VisualStudio::Text::NormalizedSpanCollection ^ set);
public bool IntersectsWith (Microsoft.VisualStudio.Text.NormalizedSpanCollection set);
member this.IntersectsWith : Microsoft.VisualStudio.Text.NormalizedSpanCollection -> bool
Public Function IntersectsWith (set As NormalizedSpanCollection) As Boolean

Parameter

set
NormalizedSpanCollection

Legen Sie diese Einstellung auf Test fest

Gibt zurück

Boolean

true , wenn sich die Spannen Sätze überschneiden, andernfalls false.

Ausnahmen

set ist NULL.

Gilt für