Proprietà ITestElement.CategoryId
Ottiene o imposta l'ID categoria dell'elenco dei test per questo elemento di test.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
ID categoria dell'elenco dei test per questo elemento di 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.