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
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.