Classe SilverlightContainer
Neste artigo
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Hierarquia de herança
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 (em Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Sintaxe
'Declaração
<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
O tipo SilverlightContainer expõe os membros a seguir.
Propriedades
Início
Métodos
CacheProperties
(Substitui UITechnologyElement.CacheProperties() .)
EnsureVisibleByScrolling
(Substitui UITechnologyElement.EnsureVisibleByScrolling(Int32, Int32, Int32%, Int32%) .)
Equals(IUITechnologyElement)
(Substitui UITechnologyElement.Equals(IUITechnologyElement) .)
Equals(Object)
(Substitui Object.Equals(Object) .)
Finalize
Permite que um objeto tentar liberar recursos e executar outras operações de limpeza antes que ele é recuperado pela coleta de lixo. (Herdado de Object .)
GetBoundingRectangle
(Substitui UITechnologyElement.GetBoundingRectangle(Int32%, Int32%, Int32%, Int32%) .)
GetClickablePoint
(Substitui UITechnologyElement.GetClickablePoint(Int32%, Int32%) .)
GetHashCode
(Substitui Object.GetHashCode() .)
GetNativeControlType
(Substitui UITechnologyElement.GetNativeControlType(NativeControlTypeKind) .)
GetOption
(Herdado de UITechnologyElement .)
GetPropertyValue
(Substitui UITechnologyElement.GetPropertyValue(String) .)
GetQueryIdForRelatedElement
(Substitui UITechnologyElement.GetQueryIdForRelatedElement(UITestElementKind, Object, Int32%) .)
GetRequestedState
(Substitui UITechnologyElement.GetRequestedState(AccessibleStates) .)
GetRightToLeftProperty
(Substitui UITechnologyElement.GetRightToLeftProperty(RightToLeftKind) .)
GetScrolledPercentage
(Substitui UITechnologyElement.GetScrolledPercentage(ScrollDirection, IUITechnologyElement) .)
GetType
Obtém o Type da instância atual. (Herdado de Object .)
InitializeProgrammaticScroll
(Substitui UITechnologyElement.InitializeProgrammaticScroll() .)
InvokeProgrammaticAction
(Substitui UITechnologyElement.InvokeProgrammaticAction(ProgrammaticActionOption) .)
MemberwiseClone
Cria uma cópia superficial do atual Object . (Herdado de Object .)
ScrollProgrammatically
(Substitui UITechnologyElement.ScrollProgrammatically(ScrollDirection, ScrollAmount) .)
SetFocus
(Substitui UITechnologyElement.SetFocus() .)
SetOption
(Herdado de UITechnologyElement .)
ToString
Retorna um string que representa o objeto atual. (Herdado de Object .)
WaitForReady
(Substitui UITechnologyElement.WaitForReady() .)
Início
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight