Partager via


NormalizedSnapshotSpanCollection.OverlapsWith, méthode (NormalizedSnapshotSpanCollection)

Détermine si cette collection d'étendues d'instantanés normale chevauche avec une autre collection.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public Function OverlapsWith ( _
    set As NormalizedSnapshotSpanCollection _
) As Boolean
public bool OverlapsWith(
    NormalizedSnapshotSpanCollection set
)
public:
bool OverlapsWith(
    NormalizedSnapshotSpanCollection^ set
)
member OverlapsWith : 
        set:NormalizedSnapshotSpanCollection -> bool
public function OverlapsWith(
    set : NormalizedSnapshotSpanCollection
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si les collections font référence au même instantané et si leurs étendues se chevauchent ; sinon, false.

Exceptions

Exception Condition
ArgumentNullException

set a la valeur nullune référence null (Nothing en Visual Basic).

ArgumentException

Les collections font référence à des instantanés.

Sécurité .NET Framework

Voir aussi

Référence

NormalizedSnapshotSpanCollection Classe

OverlapsWith, surcharge

Microsoft.VisualStudio.Text, espace de noms