最終更新:2021-10-10 (日) 02:21:50 (931d)  

System.Windows.Automation.AutomationElement
Top / System.Windows.Automation.AutomationElement

https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.automation.automationelement?view=windowsdesktop-5.0

メソッド

  • AutomationElement.FromPoint?
  • AutomationElement.FromHandle?

構造体

メソッド

  • AutomationElement.Equals?(Object)Determines whether the specified AutomationElement has the same value as this AutomationElement.
    AutomationElement.Finalize?()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
    AutomationElement.FindAll?(TreeScope?, Condition)Returns all AutomationElement objects that satisfy the specified condition.
    AutomationElement.FindFirst(TreeScope?, Condition)Returns the first child or descendant element that matches the specified condition.
    AutomationElement.FromHandle?(IntPtr)Retrieves a new AutomationElement object for the user interface (UI) item referenced by the specified window handle.
    AutomationElement.FromLocalProvider?(IRawElementProviderSimple?)Retrieves a new AutomationElement object from a local IRawElementProviderSimple? implementation.
    AutomationElement.FromPoint?(Point)Retrieves a new AutomationElement object for the user interface (UI) item at specified point on the desktop.
    AutomationElement.GetCachedPattern?(AutomationPattern?)Retrieves the specified pattern from the cache of this AutomationElement.
    AutomationElement.GetCachedPropertyValue?(AutomationProperty)Retrieves the value of the specified property from the cache of this AutomationElement. An appropriate default value for the property type is returned for properties not explicitly supported by the target user interface (UI) element.
    AutomationElement.GetCachedPropertyValue?(AutomationProperty, Boolean)Retrieves the value of the specified property from the cache of this AutomationElement, optionally ignoring any default property.
    AutomationElement.GetClickablePoint?()Retrieves a point on the AutomationElement that can be clicked.
    AutomationElement.GetCurrentPattern(AutomationPattern?)Retrieves the specified pattern object on this AutomationElement.
    AutomationElement.GetCurrentPropertyValue(AutomationProperty)Retrieves the value of the specified property on this AutomationElement. An appropriate default value for the property type is returned for properties not explicitly supported by the target user interface (UI) element.
    AutomationElement.GetCurrentPropertyValue(AutomationProperty, Boolean)Retrieves the value of the specified property on this AutomationElement, optionally ignoring any default property.
    AutomationElement.GetHashCode?()Retrieves the hash code for this AutomationElement.
    AutomationElement.GetRuntimeId?()Retrieves the unique identifier assigned to the user interface (UI) item.
    AutomationElement.GetSupportedPatterns?()Retrieves the control patterns that this AutomationElement supports.
    AutomationElement.GetSupportedProperties?()Retrieves the identifiers of properties supported by the element.
    AutomationElement.GetType?()Gets the Type of the current instance.(Inherited from Object)
    AutomationElement.GetUpdatedCache?(CacheRequest?)Retrieves a new AutomationElement with an updated cache.
    AutomationElement.MemberwiseClone?()Creates a shallow copy of the current Object.(Inherited from Object)
    AutomationElement.SetFocus?()Sets focus on the AutomationElement.
    AutomationElement.ToString?()Returns a string that represents the current object.(Inherited from Object)
    AutomationElement.TryGetCachedPattern?(AutomationPattern?, Object)Retrieves a control pattern from the cache.
    AutomationElement.TryGetClickablePoint?(Point)Retrieves a point within the element that can be clicked.
    AutomationElement.TryGetCurrentPattern?(AutomationPattern?, Object)Retrieves an object that implements a control pattern.

フィールド

  • AutomationElement.AcceleratorKeyProperty?Identifies the AcceleratorKey? property.
    AutomationElement.AccessKeyProperty?Identifies the AccessKey? property.
    AutomationElement.AsyncContentLoadedEvent?Identifies an event raised during asynchronous content-loading.
    AutomationElement.AutomationFocusChangedEvent?Identifies an event that is raised when the focus has changed.
    AutomationElement.AutomationIdPropertyIdentifies the AutomationId property, which is used to identify elements.
    AutomationElement.AutomationPropertyChangedEvent?Identifies a property-changed event.
    AutomationElement.BoundingRectangleProperty?Identifies the BoundingRectangle? property.
    AutomationElement.ClassNamePropertyIdentifies the ClassName? property.
    AutomationElement.ClickablePointProperty?Identifies the clickable point property.
    AutomationElement.ControlTypeProperty?Identifies the ControlType? property.
    AutomationElement.CultureProperty?Identifies the culture property.
    AutomationElement.FrameworkIdProperty?Identifies the FrameworkId? property.
    AutomationElement.HasKeyboardFocusProperty?Identifies the HasKeyboardFocus? property.
    AutomationElement.HelpTextProperty?Identifies the HelpText? property.
    AutomationElement.IsContentElementProperty?Identifies the IsContentElement? property.
    AutomationElement.IsControlElementProperty?Identifies the IsControlElement? property.
    AutomationElement.IsDockPatternAvailableProperty?Identifies the property that indicates whether the DockPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsEnabledProperty?Identifies the IsEnabled? property, which specifies whether the user interface (UI) item referenced by the AutomationElement is enabled.
    AutomationElement.IsExpandCollapsePatternAvailableProperty?Identifies the property that indicates whether the ExpandCollapsePattern? control pattern is available on this AutomationElement.
    AutomationElement.IsGridItemPatternAvailableProperty?Identifies the property that indicates whether the GridItemPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsGridPatternAvailableProperty?Identifies the property that indicates whether the GridPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsInvokePatternAvailableProperty?Identifies the property that indicates whether the InvokePattern control pattern is available on this AutomationElement.
    AutomationElement.IsItemContainerPatternAvailableProperty?Identifies the property that indicates whether the ItemContainerPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsKeyboardFocusableProperty?Identifies the IsKeyboardFocusable? property.
    AutomationElement.IsMultipleViewPatternAvailableProperty?Identifies the property that indicates whether the MultipleViewPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsOffscreenProperty?Identifies the IsOffscreen? property, which indicates whether the user interface (UI) item is visible on the screen.
    AutomationElement.IsPasswordProperty?Identifies the IsPassword? property.
    AutomationElement.IsRangeValuePatternAvailableProperty?Identifies the property that indicates whether the RangeValuePattern? control pattern is available on this AutomationElement.
    AutomationElement.IsRequiredForFormProperty?Identifies the IsRequiredForForm? property.
    AutomationElement.IsScrollItemPatternAvailableProperty?Identifies the property that indicates whether the ScrollItemPattern? control pattern is available for this AutomationElement.
    AutomationElement.IsScrollPatternAvailableProperty?Identifies the property that indicates whether the ScrollPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsSelectionItemPatternAvailableProperty?Identifies the property that indicates whether the SelectionItemPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsSelectionPatternAvailableProperty?Identifies the property that indicates whether the SelectionPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsSynchronizedInputPatternAvailableProperty?Identifies the property that indicates whether the SynchronizedInputPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsTableItemPatternAvailableProperty?Identifies the property that indicates whether the TableItemPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsTablePatternAvailableProperty?Identifies the property that indicates whether the TablePattern? control pattern is available on this AutomationElement.
    AutomationElement.IsTextPatternAvailableProperty?Identifies the property that indicates whether the TextPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsTogglePatternAvailableProperty?Identifies the property that indicates whether the TogglePattern? control pattern is available on this AutomationElement.
    AutomationElement.IsTransformPatternAvailableProperty?Identifies the property that indicates whether the TransformPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsValuePatternAvailableProperty?Identifies the property that indicates whether the ValuePattern? control pattern is available on this AutomationElement.
    AutomationElement.IsVirtualizedItemPatternAvailableProperty?Identifies the property that indicates whether the VirtualizedItemPattern? control pattern is available on this AutomationElement.
    AutomationElement.IsWindowPatternAvailableProperty?Identifies the property that indicates whether the WindowPattern? control pattern is available on this AutomationElement.
    AutomationElement.ItemStatusProperty?Identifies the ItemStatus? property, which specifies the status of the visual representation of a complex item.
    AutomationElement.ItemTypeProperty?Identifies the ItemType? property.
    AutomationElement.LabeledByProperty?Identifies the LabeledBy? property, which identifies the label associated with a control.
    AutomationElement.LayoutInvalidatedEvent?Identifies the event that is raised when the layout is invalidated.
    AutomationElement.LocalizedControlTypeProperty?Identifies the LocalizedControlType? property in the local language.
    AutomationElement.MenuClosedEvent?Identifies the event that is raised when a menu is closed.
    AutomationElement.MenuOpenedEventIdentifies the event that is raised when a menu is opened.
    AutomationElement.NamePropertyIdentifies the Name property.
    AutomationElement.NativeWindowHandleProperty?Identifies the NativeWindowHandle? property.
    AutomationElement.NotSupported?Indicates that a property is not supported.
    AutomationElement.OrientationProperty?Identifies the Orientation property.
    AutomationElement.PositionInSetProperty?Describes the ordinal location of an automation element within a set of elements that are considered to be siblings.
    AutomationElement.ProcessIdProperty?Identifies the ProcessId? property.
    AutomationElement.RuntimeIdProperty?Identifies the property that contains the runtime identifier of the element.
    AutomationElement.SizeOfSetProperty?Describes the count of automation elements in a group or set that are considered to be siblings.
    AutomationElement.StructureChangedEvent?Identifies the event that is raised when the UI Automation tree structure is changed.
    AutomationElement.ToolTipClosedEvent?Identifies the event that is raised when a tooltip is closed.
    AutomationElement.ToolTipOpenedEvent?Identifies the event that is raised when a tooltip is opened.