TestResultMessage.Id 屬性

取得或設定這個測試結果訊息的 ID。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public Property Id As TestResultId
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