Partager via


TestResultMessage.TestType, propriété

Obtient ou définit le type du test associé.

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

Syntaxe

'Déclaration
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
    Get
    Set
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public TestType TestType { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property TestType^ TestType {
    TestType^ get ();
    void set (TestType^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member TestType : TestType with get, set
function get TestType () : TestType
function set TestType (value : TestType)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestType
Type du test associé.

Sécurité .NET Framework

Voir aussi

Référence

TestResultMessage Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestType