Propriedade TestElement.IsGroupable
Obtém ou define um valor que indica se o elemento de teste pode ser agrupado.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Property IsGroupable As Boolean
Get
Set
public bool IsGroupable { get; set; }
public:
virtual property bool IsGroupable {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsGroupable : bool with get, set
override IsGroupable : bool with get, set
final function get IsGroupable () : boolean
final function set IsGroupable (value : boolean)
Valor de propriedade
Tipo: System.Boolean
true Se o elemento de teste pode ser agrupado; Caso contrário, false.
Implementações
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.