Share via


IVsaError.SourceMoniker 属性

获取包含错误的源项的完全限定名,采用脚本引擎可以识别的格式。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
ReadOnly Property SourceMoniker As String
string SourceMoniker { get; }
property String^ SourceMoniker {
    String^ get ();
}
abstract SourceMoniker : string with get
function get SourceMoniker () : String

属性值

类型:String
返回包含错误的源项的完全限定名。

请参阅

参考

IVsaError 接口

Microsoft.Vsa 命名空间