Compartir a través de


UITechnologyElement.GetRightToLeftProperty (Método)

Devuelve un valor que indica si este elemento tiene el tipo de formato de izquierda a derecha especificado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Public MustOverride Function GetRightToLeftProperty ( _
    rightToLeftKind As RightToLeftKind _
) As Boolean
public abstract bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
)
public:
virtual bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
) abstract
abstract GetRightToLeftProperty : 
        rightToLeftKind:RightToLeftKind -> bool 
public abstract function GetRightToLeftProperty(
    rightToLeftKind : RightToLeftKind
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
true si el elemento tiene el formato de izquierda a derecha especificado; de lo contrario, false.

Implementaciones

IUITechnologyElement.GetRightToLeftProperty(RightToLeftKind)

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyElement Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)

RightToLeftKind