Compartilhar via


Propriedade IDataSourceBindingData.TestElement

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém o elemento de teste associada.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
ReadOnly Property TestElement As ITestElement
    Get
ITestElement TestElement { get; }
property ITestElement^ TestElement {
    ITestElement^ get ();
}
abstract TestElement : ITestElement
function get TestElement () : ITestElement

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
O elemento de teste associada.

Segurança do .NET Framework

Consulte também

Referência

IDataSourceBindingData Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestElement