Partager via


Tip.TestType, propriété

Obtient un objet TestType qui identifie le type de test.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property TestType As TestType
    Get
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
abstract TestType : TestType
abstract function get TestType () : TestType

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestType
Objet TestType qui identifie le type de test.

Implémentations

ITip.TestType

Sécurité .NET Framework

Voir aussi

Référence

Tip Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestType