Condividi tramite


Proprietà TestElement.IsGroupable

Ottiene o imposta un valore che indica se questo elemento di test può essere raggruppato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se questo elemento di test può essere raggruppato; in caso contrario, false.

Implementa

ITestElement.IsGroupable

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common