ITestElement.CategoryId, propriété
Obtient ou définit l'ID de la catégorie de liste de tests 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
Property CategoryId As TestListCategoryId
Get
Set
TestListCategoryId CategoryId { get; set; }
property TestListCategoryId^ CategoryId {
TestListCategoryId^ get ();
void set (TestListCategoryId^ value);
}
abstract CategoryId : TestListCategoryId with get, set
function get CategoryId () : TestListCategoryId
function set CategoryId (value : TestListCategoryId)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
ID de la catégorie de liste de tests de cet élément de test.
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.