SilverlightContainer 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.SilverlightContainer
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public NotInheritable Class SilverlightContainer _
Inherits UITechnologyElement
[ComVisibleAttribute(true)]
public sealed class SilverlightContainer : UITechnologyElement
[ComVisibleAttribute(true)]
public ref class SilverlightContainer sealed : public UITechnologyElement
[<Sealed>]
[<ComVisibleAttribute(true)>]
type SilverlightContainer =
class
inherit UITechnologyElement
end
public final class SilverlightContainer extends UITechnologyElement
The SilverlightContainer 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 |
(Inherited from UITechnologyElement.) |
|
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 |
Returns a string that represents the current object. (Inherited from Object.) |
|
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