Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
<PersistenceElementNameAttribute("workItemIds")> _
Protected m_workItemIds As List(Of Integer)
'使用
Dim value As List(Of Integer)
value = Me.m_workItemIds
Me.m_workItemIds = value
[CLSCompliantAttribute(false)]
[PersistenceElementNameAttribute("workItemIds")]
protected List<int> m_workItemIds
[CLSCompliantAttribute(false)]
[PersistenceElementNameAttribute(L"workItemIds")]
protected:
List<int>^ m_workItemIds
protected var m_workItemIds : List<int>
Field Value
Type: System.Collections.Generic.List<Int32>
Permissions
- 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.