TestListCategoryId.AllItems, propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Obtient l'ID de catégorie de liste de tests de la liste interne qui contient toutes les listes de tests.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property AllItems As TestListCategoryId
public static TestListCategoryId AllItems { get; }
public:
static property TestListCategoryId^ AllItems {
TestListCategoryId^ get ();
}
static member AllItems : TestListCategoryId with get
static function get AllItems () : TestListCategoryId
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
ID de catégorie de liste de tests de la liste interne qui contient toutes les listes de tests.
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.