次の方法で共有


ValidationErrorInfo.FileName プロパティ

定義

エラーを生成したファイルの英数字名を取得または設定します。

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

プロパティ値

エラーを生成したファイルの名前。

適用対象