FileLinePositionSpan.HasMappedPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 是對應的路徑, 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) 指示詞在來源中指定的路徑。