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

Наследование: System.Windows.Automation.Peers.FrameworkElementAutomationPeer
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
GetPattern ( PatternInterface patternInterface ) : object

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

Метод Описание
GetAcceleratorKeyCore ( ) : string
GetAccessKeyCore ( ) : string
GetAutomationControlTypeCore ( ) : AutomationControlType
GetAutomationIdCore ( ) : string
GetBoundingRectangleCore ( ) : Rect
GetChildrenCore ( ) : List
GetClassNameCore ( ) : string
GetClickablePointCore ( ) : Point
GetHelpTextCore ( ) : string
GetItemStatusCore ( ) : string
GetItemTypeCore ( ) : string
GetLabeledByCore ( ) : System.Windows.Automation.Peers.AutomationPeer
GetLocalizedControlTypeCore ( ) : string
GetNameCore ( ) : string
GetOrientationCore ( ) : AutomationOrientation
HasKeyboardFocusCore ( ) : bool
IsContentElementCore ( ) : bool
IsControlElementCore ( ) : bool
IsEnabledCore ( ) : bool
IsKeyboardFocusableCore ( ) : bool
IsOffscreenCore ( ) : bool
IsPasswordCore ( ) : bool
IsRequiredForFormCore ( ) : bool
ItemAutomationPeer ( UIElement uielement ) : System
ItemAutomationPeer ( object item, ItemsControlAutomationPeer itemsControlAutomationPeer ) : System
SetFocusCore ( ) : void

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

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

protected GetAcceleratorKeyCore ( ) : string
Результат string

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

protected GetAccessKeyCore ( ) : string
Результат string

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

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Результат AutomationControlType

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

protected GetAutomationIdCore ( ) : string
Результат string

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

protected GetBoundingRectangleCore ( ) : Rect
Результат System.Windows.Rect

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

protected GetChildrenCore ( ) : List
Результат List

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

protected GetClassNameCore ( ) : string
Результат string

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

protected GetClickablePointCore ( ) : Point
Результат Point

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

protected GetHelpTextCore ( ) : string
Результат string

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

protected GetItemStatusCore ( ) : string
Результат string

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

protected GetItemTypeCore ( ) : string
Результат string

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

protected GetLabeledByCore ( ) : System.Windows.Automation.Peers.AutomationPeer
Результат System.Windows.Automation.Peers.AutomationPeer

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

protected GetLocalizedControlTypeCore ( ) : string
Результат string

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

protected GetNameCore ( ) : string
Результат string

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

protected GetOrientationCore ( ) : AutomationOrientation
Результат AutomationOrientation

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

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Результат object

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

protected HasKeyboardFocusCore ( ) : bool
Результат bool

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

protected IsContentElementCore ( ) : bool
Результат bool

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

protected IsControlElementCore ( ) : bool
Результат bool

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

protected IsEnabledCore ( ) : bool
Результат bool

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

protected IsKeyboardFocusableCore ( ) : bool
Результат bool

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

protected IsOffscreenCore ( ) : bool
Результат bool

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

protected IsPasswordCore ( ) : bool
Результат bool

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

protected IsRequiredForFormCore ( ) : bool
Результат bool

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

protected ItemAutomationPeer ( UIElement uielement ) : System
uielement UIElement
Результат System

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

protected ItemAutomationPeer ( object item, ItemsControlAutomationPeer itemsControlAutomationPeer ) : System
item object
itemsControlAutomationPeer ItemsControlAutomationPeer
Результат System

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

protected SetFocusCore ( ) : void
Результат void