Partager via


SnapshotPoint Implicit, conversion (SnapshotPoint to Int32)

Convertit implicitement le point d'instantané à un entier égal à la position du point d'instantané de l'instantané.

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

Syntaxe

'Déclaration
Public Shared Widening Operator CType ( _
    snapshotPoint As SnapshotPoint _
) As Integer
public static implicit operator int (
    SnapshotPoint snapshotPoint
)
static implicit operator int (
    SnapshotPoint snapshotPoint
)
F# ne prend pas en charge la déclaration de nouveaux opérateurs de casting.
JScript ne prend pas en charge la déclaration de nouveaux opérateurs de casting.

Paramètres

Valeur de retour

Type : Int32
Entier égal à la position du point d'instantané de l'instantané.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotPoint Structure

Microsoft.VisualStudio.Text, espace de noms