Partager via


TestElement.IsGroupable, propriété

Obtient ou définit une valeur qui indique si cet élément de test peut être regroupé.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si cet élément de test peut être regroupé ; sinon, false.

Implémentations

ITestElement.IsGroupable

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms