AutomationLandmarkType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die Automatisierungs-Orientierungspunkttypen für Elemente.
public enum class AutomationLandmarkType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class AutomationLandmarkType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum AutomationLandmarkType
Public Enum AutomationLandmarkType
- Vererbung
-
AutomationLandmarkType
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)
|
Felder
Custom | 1 | Benutzerdefinierter Orientierungspunkttyp |
Form | 2 | Formsteintyp |
Main | 3 | Hauptseiten-Orientierungspunkttyp |
Navigation | 4 | Navigations-Orientierungspunkttyp |
None | 0 | Kein Landmark-Typ angegeben |
Search | 5 | Suchpunkttyp |