IDataErrorInfo.Error 屬性

定義

取得錯誤訊息,表示這個物件有什麼錯誤。

public:
 property System::String ^ Error { System::String ^ get(); };
public string Error { get; }
member this.Error : string
Public ReadOnly Property Error As String

屬性值

錯誤訊息,表示這個物件有什麼錯誤。 預設為空字串 ("")。

適用於