TestElement.WorkItemIds Property

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

Syntax

'宣言
<PropertyWindowAttribute(PropertyEditorType.WorkItemsPicker, PropertyConverterType.WorkItemListConverter)> _
Public Property WorkItemIds As IList
'使用
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

Implements

ITestElement.WorkItemIds

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace