TestResultMessage.Id 属性

获取或设置此测试结果消息的 ID。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Property Id As TestResultId
    Get
    Friend Set
public TestResultId Id { get; internal set; }
public:
property TestResultId^ Id {
    TestResultId^ get ();
    internal: void set (TestResultId^ value);
}
member Id : TestResultId with get, internal set
function get Id () : TestResultId
internal function set Id (value : TestResultId)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestResultId
此测试结果消息的 ID。

.NET Framework 安全性

请参见

参考

TestResultMessage 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestResultId