Class ValidationSummaryAutomationPeer
Exposes ValidationSummary types to UI Automation.
Inheritance
Implements
Inherited Members
Namespace: System.Windows.Automation.Peers
Assembly: Controls.Data.Input.OpenSilver.dll
Syntax
public class ValidationSummaryAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
| Improve this Doc View SourceValidationSummaryAutomationPeer(ValidationSummary)
Initializes a new instance of the ValidationSummaryAutomationPeer class.
Declaration
public ValidationSummaryAutomationPeer(ValidationSummary owner)
Parameters
Type | Name | Description |
---|---|---|
ValidationSummary | owner | The ValidationSummary that is associated with this ValidationSummaryAutomationPeer. |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | The control type. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The string that contains the name. |
Overrides
| Improve this Doc View SourceGetNameCore()
Called by GetName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | The string that contains the name. |
Overrides
| Improve this Doc View SourceGetPattern(PatternInterface)
Gets the control pattern that is associated with the specified System.Windows.Automation.Peers.PatternInterface.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
PatternInterface | patternInterface | A value from the System.Windows.Automation.Peers.PatternInterface enumeration. |
Returns
Type | Description |
---|---|
System.Object | The object that supports the specified pattern, or null if unsupported. |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIInvokeProvider.Invoke()
Invoke a selection on the current item, simulating a click.
Declaration
void IInvokeProvider.Invoke()