Microsoft.Windows.Design.Policies Namespace
Provides a way to represent selections and groups of objects on the design surface.
The abstract ItemPolicy class provides an association between a set of items and corresponding feature providers. The PrimarySelectionPolicy class specifies the primarily selected element on the design surface.
Classes
Class | Description | |
---|---|---|
ItemPolicy | A policy that specifies a set of rules in the designer. | |
PolicyAddedEventArgs | Infrastructure. Provides data for the PolicyAddedEventArgs event. | |
PolicyDrivenFeatureConnector<TFeatureProviderType> | Creates feature providers based on item policies. | |
PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider | Identifies the feature providers that belong to a ModelItem instance. | |
PolicyItemsChangedEventArgs | Provides data for the PolicyItemsChanged event. | |
PrimarySelectionPolicy | A policy that specifies the primarily selected element. | |
SecondarySelectionPolicy | A policy that specifies all items in the selection that are not the primary selection. | |
SelectionParentPolicy | A policy that specifies the set of unique parents for the current set of selected items. | |
SelectionPolicy | A policy that makes all items in the selection available. | |
UsesItemPolicyAttribute | Restricts a feature provider to a specified policy. |