Share via


TestElement.m_workItemIds Field

Definition

Important

This API is not CLS-compliant.

Returns the value of the WorkItemIds property.

protected: System::Collections::Generic::List<int> ^ m_workItemIds;
[Microsoft.VisualStudio.TestTools.Common.PersistenceElementName("workItemIds")]
[System.CLSCompliant(false)]
protected System.Collections.Generic.List<int> m_workItemIds;
[Microsoft.VisualStudio.TestTools.Common.PersistenceElementName("workItemIds")]
protected System.Collections.Generic.List<int> m_workItemIds;
[<Microsoft.VisualStudio.TestTools.Common.PersistenceElementName("workItemIds")>]
[<System.CLSCompliant(false)>]
val mutable m_workItemIds : System.Collections.Generic.List<int>
[<Microsoft.VisualStudio.TestTools.Common.PersistenceElementName("workItemIds")>]
val mutable m_workItemIds : System.Collections.Generic.List<int>
Protected m_workItemIds As List(Of Integer) 

Field Value

Attributes

Applies to