FileLinePositionSpan.HasMappedPath 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.
True if the Path is a mapped path.
public:
property bool HasMappedPath { bool get(); };
public bool HasMappedPath { get; }
[System.Runtime.Serialization.DataMember(Order=2)]
public bool HasMappedPath { get; }
member this.HasMappedPath : bool
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.HasMappedPath : bool
Public ReadOnly Property HasMappedPath As Boolean
Property Value
- Attributes
Remarks
A mapped path is a path specified in source via #line
(C#) or #ExternalSource
(VB) directives.
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.