LineMapping.MappedSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the line mapping directive maps the span into an explicitly specified file the HasMappedPath is true. If the path is not mapped Path is empty and HasMappedPath is false. If the line mapping directive marks hidden code IsValid is false.
public Microsoft.CodeAnalysis.FileLinePositionSpan MappedSpan { get; }
member this.MappedSpan : Microsoft.CodeAnalysis.FileLinePositionSpan
Public ReadOnly Property MappedSpan As FileLinePositionSpan
Property Value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.