SLQueryElement.AncestorQueryElement (Propiedad)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Espacio de nombres: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Ensamblado: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (en Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Sintaxis
'Declaración
Public Property AncestorQueryElement As SLQueryElement
Get
Set
public SLQueryElement AncestorQueryElement { get; set; }
public:
property SLQueryElement^ AncestorQueryElement {
SLQueryElement^ get ();
void set (SLQueryElement^ value);
}
member AncestorQueryElement : SLQueryElement with get, set
function get AncestorQueryElement () : SLQueryElement
function set AncestorQueryElement (value : SLQueryElement)
Valor de propiedad
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.SLQueryElement
Devuelve SLQueryElement.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (Espacio de nombres)