AutomationElement.IsMultipleViewPatternAvailableProperty Veld
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Identificeert de eigenschap die aangeeft of het MultipleViewPattern besturingselementpatroon beschikbaar is op dit AutomationElement.
public: static initonly System::Windows::Automation::AutomationProperty ^ IsMultipleViewPatternAvailableProperty;
public static readonly System.Windows.Automation.AutomationProperty IsMultipleViewPatternAvailableProperty;
staticval mutable IsMultipleViewPatternAvailableProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly IsMultipleViewPatternAvailableProperty As AutomationProperty
Waarde van veld
Voorbeelden
In het volgende voorbeeld wordt vastgesteld of een opgegeven besturingspatroon wordt ondersteund door een 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))
Opmerkingen
Deze id wordt gebruikt door UI Automation clienttoepassingen. UI Automation providers moeten de equivalente id in AutomationElementIdentifiers gebruiken.
Retourwaarden van de eigenschap zijn van het type Boolean. De standaardwaarde voor de eigenschap is false.
Van toepassing op
Zie ook
- Overzicht van UI Automation-eigenschappen