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 : Int32Dé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
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.