Proprietà InvokeAction.SourceElement
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintassi
'Dichiarazione
Public Property SourceElement As UITechnologyElement
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
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
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common