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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.