Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns "workItemIds".
This API is not CLS-compliant.
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.