ValidationResult.SourcePath 속성

정의

Source 속성에서 추출된 source-path를 가져옵니다.

public string SourcePath { get; }
member this.SourcePath : string
Public ReadOnly Property SourcePath As String

속성 값

원본 경로입니다.

설명

SourcePath 및 SourceType은 Source 속성에서 추출할 수 있지만 주석에서 ValidationResult를 읽을 때(해제 후) Source를 사용할 수 없으므로 SourcePath 및 SourceType만 유지됩니다.

적용 대상