Share via


TestElement.WorkItemIds Property

Gets or sets a list of work item IDs 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
<PropertyWindowAttribute(PropertyEditorType.WorkItemsPicker, PropertyConverterType.WorkItemListConverter)> _
Public Property WorkItemIds As IList
'Usage
Dim instance As TestElement 
Dim value As IList 

value = instance.WorkItemIds

instance.WorkItemIds = value
[PropertyWindowAttribute(PropertyEditorType.WorkItemsPicker, PropertyConverterType.WorkItemListConverter)]
public IList WorkItemIds { get; set; }
[PropertyWindowAttribute(PropertyEditorType::WorkItemsPicker, PropertyConverterType::WorkItemListConverter)]
public:
virtual property IList^ WorkItemIds {
    IList^ get () sealed;
    void set (IList^ value) sealed;
}
public final function get WorkItemIds () : IList 
public final function set WorkItemIds (value : IList)

Property Value

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

Implements

ITestElement.WorkItemIds

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace