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 命名空间