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

属性值

属性

注解

映射路径是通过 (C#) 或 #ExternalSource (VB) 指令在源#line中指定的路径。

适用于