Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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
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 format; otherwise, false.
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.