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
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
- 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.