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
start
Type : Microsoft.VisualStudio.Text.SnapshotPointPoint d'instantané de départ.
length
Type : Int32Longueur 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.