IDataErrorInfo.Item[String] Vlastnost

Definice

Získá chybovou zprávu pro vlastnost s daným názvem.

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

Parametry

columnName
String

Název vlastnosti, jejíž chybová zpráva se má zobrazit.

Hodnota vlastnosti

Chybová zpráva pro vlastnost. Výchozí hodnota je prázdný řetězec ("").

Platí pro