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
<PersistenceElementNameAttribute("workItemIds")> _
<CLSCompliantAttribute(False)> _
Protected m_workItemIds As List(Of Integer)
[PersistenceElementNameAttribute("workItemIds")]
[CLSCompliantAttribute(false)]
protected List<int> m_workItemIds
[PersistenceElementNameAttribute(L"workItemIds")]
[CLSCompliantAttribute(false)]
protected:
List<int>^ m_workItemIds
[<PersistenceElementNameAttribute("workItemIds")>]
[<CLSCompliantAttribute(false)>]
val mutable m_workItemIds: List<int>
protected var m_workItemIds : List<int>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.