Freigeben über


TestResult.m_workItemIds-Feld

Gibt "workItemIds" zurück.

Diese API ist nicht CLS-kompatibel. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<PersistenceElementNameAttribute("workItemIds")> _
Protected m_workItemIds As List(Of Integer)
[CLSCompliantAttribute(false)]
[PersistenceElementNameAttribute("workItemIds")]
protected List<int> m_workItemIds
[CLSCompliantAttribute(false)]
[PersistenceElementNameAttribute(L"workItemIds")]
protected:
List<int>^ m_workItemIds
[<CLSCompliantAttribute(false)>]
[<PersistenceElementNameAttribute("workItemIds")>]
val mutable m_workItemIds: List<int>
protected var m_workItemIds : List<int>

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResult Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace