AutomationElementIdentifiers.IsDataValidForFormProperty Eigenschaft
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.
Gibt die boolesche Automatisierungseigenschaft an, die angibt, ob die Daten für das Formular gültig sind.
public:
static property AutomationProperty ^ IsDataValidForFormProperty { AutomationProperty ^ get(); };
static AutomationProperty IsDataValidForFormProperty();
public static AutomationProperty IsDataValidForFormProperty { get; }
var automationProperty = AutomationElementIdentifiers.isDataValidForFormProperty;
Public Shared ReadOnly Property IsDataValidForFormProperty As AutomationProperty
Eigenschaftswert
Der Bezeichner der Automatisierungseigenschaft.
Windows-Anforderungen
Gerätefamilie |
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
|
Hinweise
Ein boolescher Wert, der angibt, ob die Daten für das Formular gültig sind, wird von der GetIsDataValidForForm-Methode zurückgegeben.