TestElement.CategoryId, propriété
Obtient ou définit l'ID de la catégorie de test de 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
Public Property CategoryId As TestListCategoryId
Get
Set
public TestListCategoryId CategoryId { get; set; }
public:
virtual property TestListCategoryId^ CategoryId {
TestListCategoryId^ get () sealed;
void set (TestListCategoryId^ value) sealed;
}
abstract CategoryId : TestListCategoryId with get, set
override CategoryId : TestListCategoryId with get, set
final function get CategoryId () : TestListCategoryId
final function set CategoryId (value : TestListCategoryId)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
ID de la catégorie de test de 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.