IJSVsaError.Description プロパティ

定義

エラーの原因となっているソース コード内のトークンへの参照を返す場合がある場合に、エラーの簡単な説明を取得します。

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

プロパティ値

エラーの文字列リテラルの説明。

適用対象