Propriedade SetBaseAction.SourceElement

Obtém ou define o elemento de origem para esta ação.

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

Sintaxe

'Declaração
Public Property SourceElement As UITechnologyElement
    Get
    Set
public UITechnologyElement SourceElement { get; set; }
public:
property UITechnologyElement^ SourceElement {
    UITechnologyElement^ get ();
    void set (UITechnologyElement^ value);
}
member SourceElement : UITechnologyElement with get, set
function get SourceElement () : UITechnologyElement
function set SourceElement (value : UITechnologyElement)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
O elemento de origem.

Comentários

Configuração desta propriedade eleva o PropertyChanged de evento.

Segurança do .NET Framework

Consulte também

Referência

SetBaseAction Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged

UITechnologyElement