FileLinePositionSpan.HasMappedPath Proprietà

Definizione

True se è Path un percorso mappato.

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

Valore della proprietà

Attributi

Commenti

Un percorso mappato è un percorso specificato nell'origine tramite #line direttive (C#) o #ExternalSource (VB).

Si applica a