Share via


TestElement.m_workItemIds Field

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the value of the WorkItemIds property.

This API is not CLS-compliant. The CLS-compliant alternative is WorkItemIds.

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 Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace

WorkItemIds