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
'Usage
Dim instance As ITestElement 
Dim value As IList 

value = instance.WorkItemIds
IList WorkItemIds { get; }
property IList^ WorkItemIds {
    IList^ get ();
}
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

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace