ITestElement.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 a list of work items that is associated with this test element.
public:
property System::Collections::IList ^ WorkItemIds { System::Collections::IList ^ get(); };
public System.Collections.IList WorkItemIds { get; }
member this.WorkItemIds : System.Collections.IList
Public ReadOnly Property WorkItemIds As IList
Property Value
A list of work items that is associated with this test element.