This documentation is archived and is not being maintained.

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.

  ClassDescription
Public classItemPolicyA policy that specifies a set of rules in the designer.
Public classPolicyAddedEventArgsInfrastructure. Provides data for the PolicyAddedEventArgs event.
Public classPolicyItemsChangedEventArgsProvides data for the PolicyItemsChanged event.
Public classPrimarySelectionPolicyA policy that specifies the primarily selected element.
Public classSecondarySelectionPolicyA policy that specifies all items in the selection that are not the primary selection.
Public classSelectionParentPolicyA policy that specifies the set of unique parents for the current set of selected items.
Public classSelectionPolicyA policy that makes all items in the selection available.
Public classUsesItemPolicyAttributeRestricts a feature provider to a specified policy.
Show: