Partager via


SnapshotSpan, constructeur (SnapshotPoint, Int32)

Initialise une nouvelle instance d'une SnapshotSpan à partir d'un SnapshotPoint existant et d'une longueur spécifiée.

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, _
    length As Integer _
)
public SnapshotSpan(
    SnapshotPoint start,
    int length
)
public:
SnapshotSpan(
    SnapshotPoint start, 
    int length
)
new : 
        start:SnapshotPoint * 
        length:int -> SnapshotSpan
public function SnapshotSpan(
    start : SnapshotPoint, 
    length : int
)

Paramètres

  • length
    Type : Int32

    Longueur de l'étendue.

Exceptions

Exception Condition
ArgumentOutOfRangeException

length est négatif, ou start + length est plus supérieur à la longueur de l'instantané.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotSpan Structure

SnapshotSpan, surcharge

Microsoft.VisualStudio.Text, espace de noms