UITechnologyElementProxy.GetRightToLeftProperty-Methode

Ruft den Wahr/falschen Wert für Format von rechts nach links auf dem interessante angegebene ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overrides Function GetRightToLeftProperty ( _
    rightToLeftKind As RightToLeftKind _
) As Boolean
public override bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
)
public:
virtual bool GetRightToLeftProperty(
    RightToLeftKind rightToLeftKind
) override
abstract GetRightToLeftProperty : 
        rightToLeftKind:RightToLeftKind -> bool 
override GetRightToLeftProperty : 
        rightToLeftKind:RightToLeftKind -> bool 
public override function GetRightToLeftProperty(
    rightToLeftKind : RightToLeftKind
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn Layout oder Text, die auf dem RightToLeftKind ist, der an übergeben wird, von rechts nach links ist; andernfalls false.

Implementiert

IUITechnologyElement.GetRightToLeftProperty(RightToLeftKind)

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElementProxy Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace