UITechnologyElement Class
The abstract base class for implementing UITest technology element for recorder and playback.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Microsoft.VisualStudio.TestTools.UITesting.UITechnologyElementProxy
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("630624E3-24CA-4059-8D78-DC5E2710F945")> _
Public MustInherit Class UITechnologyElement _
Implements IUITechnologyElement
[ComVisibleAttribute(true)]
[GuidAttribute("630624E3-24CA-4059-8D78-DC5E2710F945")]
public abstract class UITechnologyElement : IUITechnologyElement
[ComVisibleAttribute(true)]
[GuidAttribute(L"630624E3-24CA-4059-8D78-DC5E2710F945")]
public ref class UITechnologyElement abstract : IUITechnologyElement
[<AbstractClass>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("630624E3-24CA-4059-8D78-DC5E2710F945")>]
type UITechnologyElement =
class
interface IUITechnologyElement
end
public abstract class UITechnologyElement implements IUITechnologyElement
The UITechnologyElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UITechnologyElement |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
CacheProperties | ||
EnsureVisibleByScrolling | ||
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Equals(IUITechnologyElement) | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBoundingRectangle | ||
GetClickablePoint | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNativeControlType | ||
GetOption | ||
GetPropertyValue | ||
GetQueryIdForRelatedElement | ||
GetRequestedState | ||
GetRightToLeftProperty | ||
GetScrolledPercentage | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeProgrammaticScroll | ||
InvokeProgrammaticAction | ||
IsInteractable | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformKeyboardAction | ||
PerformMouseAction | ||
ScrollProgrammatically | ||
SetFocus | ||
SetOption | ||
SetPropertyValue | Performs a SetProperty action | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WaitForReady |
Top
Fields
Name | Description | |
---|---|---|
AllAccessibleStates |
Top
Remarks
No content here will be updated; please do not add material here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.