Proprietà Tip.TestType
Ottiene un oggetto TestType che identifica il tipo di test.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property TestType As TestType
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
TestType^ get () abstract;
}
abstract TestType : TestType with get
abstract function get TestType () : TestType
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestType
Oggetto TestType che identifica il tipo di test.
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.