EditorZoneBase.ErrorText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在編輯使用者介面 (UI) 頂端顯示的區域層級錯誤訊息文字。
public:
virtual property System::String ^ ErrorText { System::String ^ get(); void set(System::String ^ value); };
public virtual string ErrorText { get; set; }
member this.ErrorText : string with get, set
Public Overridable Property ErrorText As String
屬性值
包含錯誤訊息的當地語系化字串。
備註
ErrorText屬性包含錯誤訊息的文字,如果在轉譯衍生自 EditorZoneBase 類別的控件時發生錯誤,可以在 UI 中顯示。 如果區域包含的任何個別 EditorPart 控件發生錯誤,就會在區域頂端顯示錯誤訊息。 此外,個別 EditorPart 控件可以在接收錯誤的控件附近顯示自己的錯誤訊息。
設定時,這個屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute 和 全球化和當地語系化。