IVsaError.Description プロパティ

定義

エラーの簡単な説明を取得します。インスタンスによっては、エラーを発生させたソース コードのトークンへの参照を返すこともあります。

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

プロパティ値

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

適用対象