FileLinePositionSpan.HasMappedPath プロパティ

定義

True を指定すると、 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

プロパティ値

属性

注釈

マップされたパスは、(C#) または #ExternalSource (VB) ディレクティブを使用して#lineソースで指定されたパスです。

適用対象