SelectionContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Abstract class implementing a method to get the current selection state for a given selection.
public ref class SelectionContext abstract
public abstract class SelectionContext
type SelectionContext = class
Public MustInherit Class SelectionContext
- Inheritance
-
SelectionContext
Constructors
SelectionContext() |
Properties
KnownSelectionStates |
Override to define the set of supported selection states, ordering determines which states will be checked first. |
Methods
GetSelectionState(ICollection) |
Iterates the known selection states, and returns the first that is applicable. |
Reset() |
Resets internal state of selection context and all its states. |