Partager via


SnapshotSpan, constructeur (SnapshotPoint, SnapshotPoint)

Initialise une nouvelle instance d'une SnapshotSpan à partir de deux objets SnapshotPoint.

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

Syntaxe

'Déclaration
Public Sub New ( _
    start As SnapshotPoint, _
    end As SnapshotPoint _
)
public SnapshotSpan(
    SnapshotPoint start,
    SnapshotPoint end
)
public:
SnapshotSpan(
    SnapshotPoint start, 
    SnapshotPoint end
)
new : 
        start:SnapshotPoint * 
        end:SnapshotPoint -> SnapshotSpan
public function SnapshotSpan(
    start : SnapshotPoint, 
    end : SnapshotPoint
)

Paramètres

Exceptions

Exception Condition
ArgumentException

Les points d'instantané appartiennent à des objets d'ITextSnapshot.

ArgumentOutOfRangeException

Le point de fin précède le point de départ.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotSpan Structure

SnapshotSpan, surcharge

Microsoft.VisualStudio.Text, espace de noms