This topic has not yet been rated - Rate this topic

SelectionPatternIdentifiers class

Contains values used as identifiers by ISelectionProvider.

Inheritance

Object
  SelectionPatternIdentifiers

Syntax


public sealed class SelectionPatternIdentifiers : Object

Attributes

MarshalingBehaviorAttribute(Agile)
StaticAttribute(Windows.UI.Xaml.Automation.ISelectionPatternIdentifiersStatics, NTDDI_WIN8)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The SelectionPatternIdentifiers class has these types of members:

Methods

The SelectionPatternIdentifiers class inherits methods from the Object class.

Properties

The SelectionPatternIdentifiers class has these properties.

PropertyAccess typeDescription

CanSelectMultipleProperty

Read-onlyIdentifies the CanSelectMultiple automation property.

IsSelectionRequiredProperty

Read-onlyIdentifies the IsSelectionRequired automation property.

SelectionProperty

Read-onlyIdentifies the property that gets the selected items in a container.

 

Remarks

Classes such as SelectionPatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for ISelectionProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer.

This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the UI Automation tree. ISelectionProvider is also presented as a Component Object Model (COM) interface.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Automation
Windows::UI::Xaml::Automation [C++]

Metadata

Windows.winmd

See also

ISelectionProvider
ISelectionItemProvider
Control patterns and interfaces
Custom automation peers

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.