Propriedade TestListCategoryId.Empty
Obtém um vazio Guid.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property Empty As TestListCategoryId
Get
public static TestListCategoryId Empty { get; }
public:
static property TestListCategoryId^ Empty {
TestListCategoryId^ get ();
}
static member Empty : TestListCategoryId
static function get Empty () : TestListCategoryId
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Um vazio Guid.
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.