共用方式為


FileLinePositionSpan.HasMappedPath 屬性

定義

如果 是對應的路徑, Path 則為 True。

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

屬性值

屬性

備註

對應的路徑是透過 #line (C#) 或 #ExternalSource (VB) 指示詞在來源中指定的路徑。

適用於