Partager via


SnapshotPoint.Add, méthode

Crée un point d'instantané à l'offset spécifié à partir de ce point.

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

Syntaxe

'Déclaration
Public Function Add ( _
    offset As Integer _
) As SnapshotPoint
public SnapshotPoint Add(
    int offset
)
public:
SnapshotPoint Add(
    int offset
)
member Add : 
        offset:int -> SnapshotPoint
public function Add(
    offset : int
) : SnapshotPoint

Paramètres

  • offset
    Type : Int32

    Décalage du nouveau point.

Valeur de retour

Type : Microsoft.VisualStudio.Text.SnapshotPoint
Le nouveau point d'instantané.

Exceptions

Exception Condition
ArgumentOutOfRangeException

Le nouveau point est inférieur à zéro ou plus supérieur qu'Snapshot.Length.

Notes

SnapshotPoint.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotPoint Structure

Microsoft.VisualStudio.Text, espace de noms