C# Class Microsoft.Languages.Editor.Projection.ProjectionMapping

Represent a mapping between primary (view) buffer and the contained (projected) language
Inheritance: Microsoft.Languages.Core.Text.TextRange
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
ProjectionMapping ( int sourceStart, int projectionStart, int length ) : Microsoft.Languages.Core.Text

Creates projection mapping

Method Details

ProjectionMapping() public méthode

Creates projection mapping
public ProjectionMapping ( int sourceStart, int projectionStart, int length ) : Microsoft.Languages.Core.Text
sourceStart int Mapping start in the primary (view) buffer
projectionStart int Mapping start in contained language buffer
length int Mapping length
Résultat Microsoft.Languages.Core.Text