Partager via


TestResult.Test, propriété

Obtient ou définit le test associé.

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

Syntaxe

'Déclaration
Public Property Test As ITestElement
    Get
    Friend Set
public ITestElement Test { get; internal set; }
public:
property ITestElement^ Test {
    ITestElement^ get ();
    internal: void set (ITestElement^ value);
}
member Test : ITestElement with get, internal set
function get Test () : ITestElement
internal function set Test (value : ITestElement)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.ITestElement
Test associé.

Sécurité .NET Framework

Voir aussi

Référence

TestResult Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

ITestElement