TestElement.WorkItemIds Property
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.
Gets or sets a list of work item IDs that is associated with this test element.
public:
property System::Collections::IList ^ WorkItemIds { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
[Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_WorkitemAssociations_PropertyDescription")]
[Microsoft.VisualStudio.TestTools.Common.PropertyWindow(Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.WorkItemsPicker, Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.WorkItemListConverter)]
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_WorkitemAssociations")]
public System.Collections.IList WorkItemIds { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.LocalizedDescription(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_WorkitemAssociations_PropertyDescription")>]
[<Microsoft.VisualStudio.TestTools.Common.PropertyWindow(Microsoft.VisualStudio.TestTools.Common.PropertyEditorType.WorkItemsPicker, Microsoft.VisualStudio.TestTools.Common.PropertyConverterType.WorkItemListConverter)>]
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestElement_WorkitemAssociations")>]
member this.WorkItemIds : System.Collections.IList with get, set
Public Property WorkItemIds As IList
Property Value
A list of work item IDs that is associated with this test element.
- Attributes