Proprietà TestElement.CanBeAggregated
Sottoposta a override in una classe derivata, ottiene un valore che indica se questo elemento di test può essere aggregato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<VisiblePropertyAttribute> _
Public MustOverride ReadOnly Property CanBeAggregated As Boolean
[VisiblePropertyAttribute]
public abstract bool CanBeAggregated { get; }
[VisiblePropertyAttribute]
public:
virtual property bool CanBeAggregated {
bool get () abstract;
}
[<VisiblePropertyAttribute>]
abstract CanBeAggregated : bool with get
abstract function get CanBeAggregated () : boolean
Valore proprietà
Tipo: Boolean
true se questo elemento di test può essere aggregato; in caso contrario, false.
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.