Classe UITechnologyElement
La classe di base astratta per implementare l'elemento di tecnologia di UITest per la registrazione e la riproduzione.
Gerarchia di ereditarietà
Object
Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Microsoft.VisualStudio.TestTools.UITesting.UITechnologyElementProxy
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintassi
'Dichiarazione
<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
Il tipo UITechnologyElement espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
UITechnologyElement |
In alto
Proprietà
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CacheProperties | ||
EnsureVisibleByScrolling | ||
Equals(Object) | Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) | |
Equals(IUITechnologyElement) | ||
Finalize | Consente a un oggetto di effettuare un tentativo di liberare risorse ed eseguire altre operazioni di pulizia prima che venga recuperato da Garbage Collection. (Ereditato da Object) | |
GetBoundingRectangle | ||
GetClickablePoint | ||
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetNativeControlType | ||
GetOption | ||
GetPropertyValue | ||
GetQueryIdForRelatedElement | ||
GetRequestedState | ||
GetRightToLeftProperty | ||
GetScrolledPercentage | ||
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
InitializeProgrammaticScroll | ||
InvokeProgrammaticAction | ||
IsInteractable | ||
MemberwiseClone | Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) | |
PerformKeyboardAction | ||
PerformMouseAction | ||
ScrollProgrammatically | ||
SetFocus | ||
SetOption | ||
SetPropertyValue | Esegue un'operazione di SetProperty | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) | |
WaitForReady |
In alto
Campi
Nome | Descrizione | |
---|---|---|
AllAccessibleStates |
In alto
Note
Nessun contenuto verrà aggiornato qui. Non aggiungere materiale qui.
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension