Partager via


SnapshotSpan.Contains, méthode (SnapshotPoint)

Détermine si SnapshotPoint spécifié se trouve dans l'étendue.

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

Syntaxe

'Déclaration
Public Function Contains ( _
    point As SnapshotPoint _
) As Boolean
public bool Contains(
    SnapshotPoint point
)
public:
bool Contains(
    SnapshotPoint point
)
member Contains : 
        point:SnapshotPoint -> bool
public function Contains(
    point : SnapshotPoint
) : boolean

Paramètres

Valeur de retour

Type : Boolean
true si la position est supérieure ou égale à le paramètre span.Start et strictement inférieure que le paramètre span.End, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotSpan Structure

Contains, surcharge

Microsoft.VisualStudio.Text, espace de noms