C# Класс System.Windows.Automation.Peers.AutoCompleteBoxAutomationPeer

Exposes AutoCompleteBox types to UI Automation.
Наследование: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IValueProvider, IExpandCollapseProvider, ISelectionProvider
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetChildrenCore List
IExpandCollapseProvider void
ISelectionProvider System.Windows.Automation.Provider.IRawElementProviderSimple[]
IValueProvider void
RaiseExpandCollapseAutomationEvent void

Открытые методы

Метод Описание
AutoCompleteBoxAutomationPeer ( AutoCompleteBox owner ) : System.Collections.Generic

Initializes a new instance of the AutoCompleteBoxAutomationPeer class.

GetPattern ( PatternInterface patternInterface ) : object

Gets the control pattern for the AutoCompleteBox that is associated with this AutoCompleteBoxAutomationPeer.

Защищенные методы

Метод Описание
GetAutomationControlTypeCore ( ) : AutomationControlType

Gets the control type for the AutoCompleteBox that is associated with this AutoCompleteBoxAutomationPeer. This method is called by GetAutomationControlType.

GetClassNameCore ( ) : string

Gets the name of the AutoCompleteBox that is associated with this AutoCompleteBoxAutomationPeer. This method is called by GetClassName.

Приватные методы

Метод Описание
GetChildrenCore ( ) : List
IExpandCollapseProvider ( ) : void

Blocking method that returns after the element has been expanded.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

ISelectionProvider ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]

Retrieves a UI automation provider for each child element that is selected.

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

IValueProvider ( string value ) : void

Sets the value of a control.

RaiseExpandCollapseAutomationEvent ( bool oldValue, bool newValue ) : void

Raises the ExpandCollapse automation event.

Описание методов

AutoCompleteBoxAutomationPeer() публичный Метод

Initializes a new instance of the AutoCompleteBoxAutomationPeer class.
public AutoCompleteBoxAutomationPeer ( AutoCompleteBox owner ) : System.Collections.Generic
owner System.Windows.Controls.AutoCompleteBox /// The AutoCompleteBox that is associated with this /// AutoCompleteBoxAutomationPeer. ///
Результат System.Collections.Generic

GetAutomationControlTypeCore() защищенный Метод

Gets the control type for the AutoCompleteBox that is associated with this AutoCompleteBoxAutomationPeer. This method is called by GetAutomationControlType.
protected GetAutomationControlTypeCore ( ) : AutomationControlType
Результат AutomationControlType

GetClassNameCore() защищенный Метод

Gets the name of the AutoCompleteBox that is associated with this AutoCompleteBoxAutomationPeer. This method is called by GetClassName.
protected GetClassNameCore ( ) : string
Результат string

GetPattern() публичный Метод

Gets the control pattern for the AutoCompleteBox that is associated with this AutoCompleteBoxAutomationPeer.
public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface The desired PatternInterface.
Результат object