Proprietà TestResult.Test
Ottiene o imposta il test associato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
Test associato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.