AutomationElement.IsValuePatternAvailableProperty Feld

Definition

Identifies the property that indicates whether the ValuePattern control pattern is available on this AutomationElement.

public: static initonly System::Windows::Automation::AutomationProperty ^ IsValuePatternAvailableProperty;
public static readonly System.Windows.Automation.AutomationProperty IsValuePatternAvailableProperty;
 staticval mutable IsValuePatternAvailableProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly IsValuePatternAvailableProperty As AutomationProperty 

Feldwert

Beispiele

Im folgenden Beispiel wird ermittelt, ob ein angegebenes Steuerelementmuster von einem AutomationElement.

// TODO  Substitute the appropriate field for IsDockPatternAvailableProperty.
bool isPatternAvailable = (bool)
   autoElement.GetCurrentPropertyValue(AutomationElement.IsDockPatternAvailableProperty);
' TODO  Substitute the appropriate field for IsDockPatternAvailableProperty.
Dim isPatternAvailable As Boolean = _
    CBool(autoElement.GetCurrentPropertyValue(AutomationElement.IsDockPatternAvailableProperty))

Hinweise

Dieser Bezeichner wird von Benutzeroberflächenautomatisierung Clientanwendungen verwendet. Benutzeroberflächenautomatisierung Anbieter sollten den entsprechenden Bezeichner in AutomationElementIdentifiers verwenden.

Rückgabewerte der Eigenschaft sind vom Typ Boolean. Der Standardwert für die Eigenschaft lautet false.

Gilt für:

Weitere Informationen