Proprietà TestResult.TestListCategoryId
Ottiene l'ID della categoria dell'elenco per i risultati del test.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TestListCategoryId As TestListCategoryId
public TestListCategoryId TestListCategoryId { get; }
public:
property TestListCategoryId^ TestListCategoryId {
TestListCategoryId^ get ();
}
member TestListCategoryId : TestListCategoryId with get
function get TestListCategoryId () : TestListCategoryId
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
L'ID della categoria dell'elenco per i risultati del test.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.