The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestElement::WorkItemIds Property
Gets or sets a list of work item IDs that is associated with this test element.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: [PropertyWindowAttribute(PropertyEditorType::WorkItemsPicker, PropertyConverterType::WorkItemListConverter)] property IList^ WorkItemIds { virtual IList^ get() sealed; virtual void set(IList^ value) sealed; }
Property Value
Type: System.Collections::IList^A list of work item IDs that is associated with this test element.
Implements
ITestElement::WorkItemIds
Show: