Proprietà TestCaseEventArgs.TestElement
Ottiene il test corrente.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Public Property TestElement As ITestElement
public ITestElement TestElement { get; internal set; }
public:
property ITestElement^ TestElement {
ITestElement^ get ();
internal: void set (ITestElement^ value);
}
member TestElement : ITestElement with get, internal set
function get TestElement () : ITestElement
internal function set TestElement (value : ITestElement)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
Il test corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.