IMappingPoint, interface
Position dans une ITextBuffer qui peut être mappée dans un IBufferGraph.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Public Interface IMappingPoint
public interface IMappingPoint
public interface class IMappingPoint
type IMappingPoint = interface end
public interface IMappingPoint
Le type IMappingPoint expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
AnchorBuffer | ITextBuffer à partir de laquelle ce point a été créé. | |
BufferGraph | Obtient IBufferGraph que ce point l'utilise pour exécuter le mappage. |
Début
Méthodes
Nom | Description | |
---|---|---|
GetInsertionPoint | Mappe le point à un point d'insertion dans une ITextBuffer correspondante. | |
GetPoint(ITextBuffer, PositionAffinity) | Mappe le point à une ITextBuffer particulière. | |
GetPoint(Predicate<ITextBuffer>, PositionAffinity) | Mappe le point à une ITextBuffer correspondante. | |
GetPoint(ITextSnapshot, PositionAffinity) | Mappe le point à un ITextSnapshot particulier. |
Début