Proprietà IDataSourceBindingData.TestElement
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
ottiene l'elemento di test associato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
ReadOnly Property TestElement As ITestElement
ITestElement TestElement { get; }
property ITestElement^ TestElement {
ITestElement^ get ();
}
abstract TestElement : ITestElement with get
function get TestElement () : ITestElement
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
l'elemento di 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.
Vedere anche
Riferimenti
IDataSourceBindingData Interfaccia