共用方式為


IVsaError.Description 屬性

取得錯誤的簡短描述,在某些情況下會傳回原始程式碼中造成錯誤之語彙基元的參考。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
ReadOnly Property Description As String
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string with get
function get Description () : String

屬性值

類型:String
傳回錯誤的字串常值描述。

請參閱

參考

IVsaError 介面

Microsoft.Vsa 命名空間