C# Class Windows.UI.Xaml.Automation.Peers.AutomationPeer

Inheritance: DependencyObject, IAutomationPeer, IAutomationPeerOverrides, IAutomationPeerProtected
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
GetAcceleratorKey ( ) : string
GetAccessKey ( ) : string
GetAutomationControlType ( ) : AutomationControlType
GetAutomationId ( ) : string
GetBoundingRectangle ( ) : Rect
GetChildren ( ) : IVector
GetClassName ( ) : string
GetClickablePoint ( ) : Point
GetHelpText ( ) : string
GetItemStatus ( ) : string
GetItemType ( ) : string
GetLabeledBy ( ) : AutomationPeer
GetLocalizedControlType ( ) : string
GetName ( ) : string
GetOrientation ( ) : AutomationOrientation
GetParent ( ) : AutomationPeer
GetPattern ( [ patternInterface ) : object
GetPeerFromPoint ( [ point ) : AutomationPeer
HasKeyboardFocus ( ) : bool
InvalidatePeer ( ) : void
IsContentElement ( ) : bool
IsControlElement ( ) : bool
IsEnabled ( ) : bool
IsKeyboardFocusable ( ) : bool
IsOffscreen ( ) : bool
IsPassword ( ) : bool
IsRequiredForForm ( ) : bool
ListenerExists ( [ eventId ) : bool
RaiseAutomationEvent ( [ eventId ) : void
RaisePropertyChangedEvent ( [ automationProperty, [ oldValue, [ newValue ) : void
SetFocus ( ) : void

Méthodes protégées

Méthode Description
AutomationPeer ( ) : System
GetAcceleratorKeyCore ( ) : string
GetAccessKeyCore ( ) : string
GetAutomationControlTypeCore ( ) : AutomationControlType
GetAutomationIdCore ( ) : string
GetBoundingRectangleCore ( ) : Rect
GetChildrenCore ( ) : IVector
GetClassNameCore ( ) : string
GetClickablePointCore ( ) : Point
GetHelpTextCore ( ) : string
GetItemStatusCore ( ) : string
GetItemTypeCore ( ) : string
GetLabeledByCore ( ) : AutomationPeer
GetLocalizedControlTypeCore ( ) : string
GetNameCore ( ) : string
GetOrientationCore ( ) : AutomationOrientation
GetPatternCore ( [ patternInterface ) : object
GetPeerFromPointCore ( [ point ) : AutomationPeer
HasKeyboardFocusCore ( ) : bool
IsContentElementCore ( ) : bool
IsControlElementCore ( ) : bool
IsEnabledCore ( ) : bool
IsKeyboardFocusableCore ( ) : bool
IsOffscreenCore ( ) : bool
IsPasswordCore ( ) : bool
IsRequiredForFormCore ( ) : bool
PeerFromProvider ( [ provider ) : AutomationPeer
ProviderFromPeer ( [ peer ) : IRawElementProviderSimple
SetFocusCore ( ) : void

Method Details

AutomationPeer() protected méthode

protected AutomationPeer ( ) : System
Résultat System

GetAcceleratorKey() public méthode

public GetAcceleratorKey ( ) : string
Résultat string

GetAcceleratorKeyCore() protected méthode

protected GetAcceleratorKeyCore ( ) : string
Résultat string

GetAccessKey() public méthode

public GetAccessKey ( ) : string
Résultat string

GetAccessKeyCore() protected méthode

protected GetAccessKeyCore ( ) : string
Résultat string

GetAutomationControlType() public méthode

public GetAutomationControlType ( ) : AutomationControlType
Résultat AutomationControlType

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetAutomationId() public méthode

public GetAutomationId ( ) : string
Résultat string

GetAutomationIdCore() protected méthode

protected GetAutomationIdCore ( ) : string
Résultat string

GetBoundingRectangle() public méthode

public GetBoundingRectangle ( ) : Rect
Résultat Windows.Foundation.Rect

GetBoundingRectangleCore() protected méthode

protected GetBoundingRectangleCore ( ) : Rect
Résultat Windows.Foundation.Rect

GetChildren() public méthode

public GetChildren ( ) : IVector
Résultat IVector

GetChildrenCore() protected méthode

protected GetChildrenCore ( ) : IVector
Résultat IVector

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetClickablePoint() public méthode

public GetClickablePoint ( ) : Point
Résultat Point

GetClickablePointCore() protected méthode

protected GetClickablePointCore ( ) : Point
Résultat Point

GetHelpText() public méthode

public GetHelpText ( ) : string
Résultat string

GetHelpTextCore() protected méthode

protected GetHelpTextCore ( ) : string
Résultat string

GetItemStatus() public méthode

public GetItemStatus ( ) : string
Résultat string

GetItemStatusCore() protected méthode

protected GetItemStatusCore ( ) : string
Résultat string

GetItemType() public méthode

public GetItemType ( ) : string
Résultat string

GetItemTypeCore() protected méthode

protected GetItemTypeCore ( ) : string
Résultat string

GetLabeledBy() public méthode

public GetLabeledBy ( ) : AutomationPeer
Résultat AutomationPeer

GetLabeledByCore() protected méthode

protected GetLabeledByCore ( ) : AutomationPeer
Résultat AutomationPeer

GetLocalizedControlType() public méthode

public GetLocalizedControlType ( ) : string
Résultat string

GetLocalizedControlTypeCore() protected méthode

protected GetLocalizedControlTypeCore ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetNameCore() protected méthode

protected GetNameCore ( ) : string
Résultat string

GetOrientation() public méthode

public GetOrientation ( ) : AutomationOrientation
Résultat AutomationOrientation

GetOrientationCore() protected méthode

protected GetOrientationCore ( ) : AutomationOrientation
Résultat AutomationOrientation

GetParent() public méthode

public GetParent ( ) : AutomationPeer
Résultat AutomationPeer

GetPattern() public méthode

public GetPattern ( [ patternInterface ) : object
patternInterface [
Résultat object

GetPatternCore() protected méthode

protected GetPatternCore ( [ patternInterface ) : object
patternInterface [
Résultat object

GetPeerFromPoint() public méthode

public GetPeerFromPoint ( [ point ) : AutomationPeer
point [
Résultat AutomationPeer

GetPeerFromPointCore() protected méthode

protected GetPeerFromPointCore ( [ point ) : AutomationPeer
point [
Résultat AutomationPeer

HasKeyboardFocus() public méthode

public HasKeyboardFocus ( ) : bool
Résultat bool

HasKeyboardFocusCore() protected méthode

protected HasKeyboardFocusCore ( ) : bool
Résultat bool

InvalidatePeer() public méthode

public InvalidatePeer ( ) : void
Résultat void

IsContentElement() public méthode

public IsContentElement ( ) : bool
Résultat bool

IsContentElementCore() protected méthode

protected IsContentElementCore ( ) : bool
Résultat bool

IsControlElement() public méthode

public IsControlElement ( ) : bool
Résultat bool

IsControlElementCore() protected méthode

protected IsControlElementCore ( ) : bool
Résultat bool

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

IsEnabledCore() protected méthode

protected IsEnabledCore ( ) : bool
Résultat bool

IsKeyboardFocusable() public méthode

public IsKeyboardFocusable ( ) : bool
Résultat bool

IsKeyboardFocusableCore() protected méthode

protected IsKeyboardFocusableCore ( ) : bool
Résultat bool

IsOffscreen() public méthode

public IsOffscreen ( ) : bool
Résultat bool

IsOffscreenCore() protected méthode

protected IsOffscreenCore ( ) : bool
Résultat bool

IsPassword() public méthode

public IsPassword ( ) : bool
Résultat bool

IsPasswordCore() protected méthode

protected IsPasswordCore ( ) : bool
Résultat bool

IsRequiredForForm() public méthode

public IsRequiredForForm ( ) : bool
Résultat bool

IsRequiredForFormCore() protected méthode

protected IsRequiredForFormCore ( ) : bool
Résultat bool

ListenerExists() public static méthode

public static ListenerExists ( [ eventId ) : bool
eventId [
Résultat bool

PeerFromProvider() protected méthode

protected PeerFromProvider ( [ provider ) : AutomationPeer
provider [
Résultat AutomationPeer

ProviderFromPeer() protected méthode

protected ProviderFromPeer ( [ peer ) : IRawElementProviderSimple
peer [
Résultat IRawElementProviderSimple

RaiseAutomationEvent() public méthode

public RaiseAutomationEvent ( [ eventId ) : void
eventId [
Résultat void

RaisePropertyChangedEvent() public méthode

public RaisePropertyChangedEvent ( [ automationProperty, [ oldValue, [ newValue ) : void
automationProperty [
oldValue [
newValue [
Résultat void

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

SetFocusCore() protected méthode

protected SetFocusCore ( ) : void
Résultat void