IUITechnologyElement.GetRightToLeftProperty Method
Returns a value that indicates whether this element has the specified kind of left-to-right format.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Function GetRightToLeftProperty ( _
rightToLeftKind As RightToLeftKind _
) As Boolean
bool GetRightToLeftProperty(
RightToLeftKind rightToLeftKind
)
bool GetRightToLeftProperty(
RightToLeftKind rightToLeftKind
)
abstract GetRightToLeftProperty :
rightToLeftKind:RightToLeftKind -> bool
function GetRightToLeftProperty(
rightToLeftKind : RightToLeftKind
) : boolean
Parameters
rightToLeftKind
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.RightToLeftKindA member of the RightToLeftKind enumeration.
Return Value
Type: Boolean
true if the element has the specified left-to-right formatting; otherwise, false.
.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.
See Also
Reference
IUITechnologyElement Interface