SilverlightElement Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.SilverlightElement
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class SilverlightElement _
Inherits UITechnologyElement
[SerializableAttribute]
[ComVisibleAttribute(true)]
public sealed class SilverlightElement : UITechnologyElement
[SerializableAttribute]
[ComVisibleAttribute(true)]
public ref class SilverlightElement sealed : public UITechnologyElement
[<Sealed>]
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type SilverlightElement =
class
inherit UITechnologyElement
end
public final class SilverlightElement extends UITechnologyElement
The SilverlightElement type exposes the following members.
Properties
Top
Methods
|
CacheProperties |
(Overrides UITechnologyElement.CacheProperties().) |
|
EnsureVisibleByScrolling |
(Overrides UITechnologyElement.EnsureVisibleByScrolling(Int32, Int32, Int32%, Int32%).) |
|
Equals(IUITechnologyElement) |
(Overrides UITechnologyElement.Equals(IUITechnologyElement).) |
|
Equals(Object) |
(Overrides Object.Equals(Object).) |
|
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 |
(Overrides UITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%).) |
|
GetClickablePoint |
(Overrides UITechnologyElement.GetClickablePoint(Int32%, Int32%).) |
|
GetHashCode |
(Overrides Object.GetHashCode().) |
|
GetNativeControlType |
(Overrides UITechnologyElement.GetNativeControlType(NativeControlTypeKind).) |
|
GetOption |
(Overrides UITechnologyElement.GetOption(UITechnologyElementOption).) |
|
GetPropertyValue |
(Overrides UITechnologyElement.GetPropertyValue(String).) |
|
GetQueryIdForRelatedElement |
(Overrides UITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%).) |
|
GetRequestedState |
(Overrides UITechnologyElement.GetRequestedState(AccessibleStates).) |
|
GetRightToLeftProperty |
(Overrides UITechnologyElement.GetRightToLeftProperty(RightToLeftKind).) |
|
GetScrolledPercentage |
(Overrides UITechnologyElement.GetScrolledPercentage(ScrollDirection, IUITechnologyElement).) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
InitializeProgrammaticScroll |
(Overrides UITechnologyElement.InitializeProgrammaticScroll().) |
|
InvokeProgrammaticAction |
(Overrides UITechnologyElement.InvokeProgrammaticAction(ProgrammaticActionOption).) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ScrollProgrammatically |
(Overrides UITechnologyElement.ScrollProgrammatically(ScrollDirection, ScrollAmount).) |
|
SetFocus |
(Overrides UITechnologyElement.SetFocus().) |
|
SetOption |
(Inherited from UITechnologyElement.) |
|
ToString |
(Overrides Object.ToString().) |
|
WaitForReady |
(Overrides UITechnologyElement.WaitForReady().) |
Top
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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace