Condividi tramite


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

Vedere anche

Riferimenti

IDataSourceBindingData Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestElement