Condividi tramite


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

ITip.TestType

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Tip Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestType