SecondarySelectionPolicy Members
Include Protected Members
Include Inherited Members
A policy that specifies all items in the selection that are not the primary selection.
The SecondarySelectionPolicy type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the SecondarySelectionPolicy class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Returns the policy items from the specified selection. (Inherited from SelectionPolicy.)
Returns an optional set of surrogate items for this item. (Inherited from ItemPolicy.)
Gets the type of the current instance. (Inherited from Object.)
Gets a value indicating whether the specified item is in the selection and is not the primary selection. (Overrides SelectionPolicy.IsInPolicy(Selection, ModelItem).)
Creates a shallow copy of the current Object. (Inherited from Object.)
Called when this policy is activated. (Inherited from SelectionPolicy.)
Called when this policy is deactivated. (Inherited from SelectionPolicy.)
Raises the PolicyItemsChanged event. (Inherited from ItemPolicy.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the editing context for the designer. (Inherited from ItemPolicy.)
Gets a value indicating whether the policy is a surrogate policy. (Inherited from ItemPolicy.)
Gets an enumeration of items that are affected by this policy. (Inherited from SelectionPolicy.)
Top
Events
Name
Description
Occurs when the policy changes. (Inherited from ItemPolicy.)
Top