Partilhar via


SetBaseAction.SourceElement Propriedade

 

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

public UITechnologyElement SourceElement { get; set; }
public:
property UITechnologyElement^ SourceElement {
    UITechnologyElement^ get();
    void set(UITechnologyElement^ value);
}
member SourceElement : UITechnologyElement with get, set
Public Property SourceElement As UITechnologyElement

Valor de propriedade

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement

O elemento de origem.

Comentários

Definir esta propriedade gera o evento de PropertyChanged .

Consulte também

PropertyChanged
UITechnologyElement
Classe SetBaseAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo