TestResultId.TestId Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public ReadOnly Property TestId As TestId
'使用
Dim instance As TestResultId
Dim value As TestId

value = instance.TestId
public TestId TestId { get; }
public:
property TestId^ TestId {
    TestId^ get ();
}
public function get TestId () : TestId

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestId

Permissions

See Also

Reference

TestResultId Class

TestResultId Members

Microsoft.VisualStudio.TestTools.Common Namespace