Share via


ITestElement.WorkItemIds Property

Gets a list of work items that is associated with this test element.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property WorkItemIds As IList
IList WorkItemIds { get; }
property IList^ WorkItemIds {
    IList^ get ();
}
abstract WorkItemIds : IList
function get WorkItemIds () : IList

Property Value

Type: System.Collections.IList
A list of work items that is associated with this test element.

.NET Framework Security

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace