This documentation is archived and is not being maintained.
Microsoft.Windows.Design.Policies Namespace
.NET Framework 3.5
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.
| Class | Description | |
|---|---|---|
![]() | ItemPolicy | A policy that specifies a set of rules in the designer. |
![]() | PolicyAddedEventArgs | Infrastructure. Provides data for the PolicyAddedEventArgs event. |
![]() | 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. |
Show:
