Share via


TestElement.WorkItemIds Property

Definition

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

Applies to