Partager via


IProjectionEditResolver.GetTypicalInsertionPosition, méthode

Lorsqu'une position dans la mémoire tampon de projection se trouve à la limite de la mémoire tampon source, déterminez le point d'insertion source qui doit recevoir une insertion.

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

Syntaxe

'Déclaration
Function GetTypicalInsertionPosition ( _
    projectionInsertionPoint As SnapshotPoint, _
    sourceInsertionPoints As ReadOnlyCollection(Of SnapshotPoint) _
) As Integer
int GetTypicalInsertionPosition(
    SnapshotPoint projectionInsertionPoint,
    ReadOnlyCollection<SnapshotPoint> sourceInsertionPoints
)
int GetTypicalInsertionPosition(
    SnapshotPoint projectionInsertionPoint, 
    ReadOnlyCollection<SnapshotPoint>^ sourceInsertionPoints
)
abstract GetTypicalInsertionPosition : 
        projectionInsertionPoint:SnapshotPoint * 
        sourceInsertionPoints:ReadOnlyCollection<SnapshotPoint> -> int
function GetTypicalInsertionPosition(
    projectionInsertionPoint : SnapshotPoint, 
    sourceInsertionPoints : ReadOnlyCollection<SnapshotPoint>
) : int

Paramètres

  • sourceInsertionPoints
    Type : ReadOnlyCollection<SnapshotPoint>

    Liste des points d'insertion dans la mémoire tampon source (d'une longueur de deux ou supérieure).

Valeur de retour

Type : Int32
Entier compris entre 0 et sourceInsertionPoints.Length - 1.

Sécurité .NET Framework

Voir aussi

Référence

IProjectionEditResolver Interface

Microsoft.VisualStudio.Text.Projection, espace de noms