次の方法で共有


CompilerError.ErrorText プロパティ

定義

エラー メッセージのテキストを取得または設定します。

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

プロパティ値

エラー メッセージのテキスト。

注釈

プロパティには ErrorText 、任意の長さの文字列を指定できます。

適用対象