TestElement.m_workItemIds Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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