次の方法で共有


ValidationResult.SourcePath プロパティ

定義

Source プロパティから抽出されたソースのパスを取得します。

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

プロパティ値

ソース パス。

注釈

SourcePath と SourceType は Source プロパティから抽出できますが、注釈から ValidationResult を読み取る場合 (無視後)、Source を使用できない可能性があるため、SourcePath と SourceType のみが残ります。

適用対象