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 원본에 지정된 경로입니다.

적용 대상