Class ItemsControlAutomationPeer
Inheritance
System.Object
ItemsControlAutomationPeer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public abstract class ItemsControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
| Improve this Doc View SourceItemsControlAutomationPeer(ItemsControl)
Declaration
[NotImplemented]
protected ItemsControlAutomationPeer(ItemsControl owner)
Parameters
Type | Name | Description |
---|---|---|
ItemsControl | owner |
Methods
| Improve this Doc View SourceCreateItemAutomationPeer(Object)
Declaration
[NotImplemented]
protected virtual ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item |
Returns
Type | Description |
---|---|
ItemAutomationPeer |
GetChildrenCore()
Declaration
[NotImplemented]
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<AutomationPeer> |