IDataErrorInfo.Item[String] プロパティ

定義

指定した名前のプロパティに関するエラー メッセージを取得します。

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ columnName); };
public string this[string columnName] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(columnName As String) As String

パラメーター

columnName
String

エラー メッセージを取得する対象のプロパティの名前。

プロパティ値

プロパティに関するエラー メッセージ。 既定値は、空の文字列 ("") です。

適用対象