Propriedade TestListCategoryId.Uncategorized
Obtém a ID da lista de testes não categorizados.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property Uncategorized As TestListCategoryId
Get
public static TestListCategoryId Uncategorized { get; }
public:
static property TestListCategoryId^ Uncategorized {
TestListCategoryId^ get ();
}
static member Uncategorized : TestListCategoryId
static function get Uncategorized () : TestListCategoryId
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
A ID da lista de testes não categorizados.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.