TestElement.WorkItemIds, propriété
Obtient ou définit une liste des ID d'éléments de travail associés à cet élément de test.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<PropertyWindowAttribute(PropertyEditorType.WorkItemsPicker, PropertyConverterType.WorkItemListConverter)> _
Public Property WorkItemIds As IList
[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;
}
[<PropertyWindowAttribute(PropertyEditorType.WorkItemsPicker, PropertyConverterType.WorkItemListConverter)>]
abstract WorkItemIds : IList with get, set
[<PropertyWindowAttribute(PropertyEditorType.WorkItemsPicker, PropertyConverterType.WorkItemListConverter)>]
override WorkItemIds : IList with get, set
final function get WorkItemIds () : IList
final function set WorkItemIds (value : IList)
Valeur de propriété
Type : IList
Une liste des ID d'éléments de travail associés à cet élément de test.
Implémentations
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.