UITechnologyElementProxy.GetRightToLeftProperty Method
Gets the true/false value for right to left format based on the kind specified.
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
Parameters
rightToLeftKind
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.RightToLeftKindEither the layout or text kind to check for.
Return Value
Type: Boolean
True if layout or text that is based on the RightToLeftKind passed is right to left, false otherwise.
Implements
IUITechnologyElement.GetRightToLeftProperty(RightToLeftKind)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.