SelectionPolicy Members
Include Protected Members
Include Inherited Members
A policy that makes all items in the selection available.
The SelectionPolicy type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the SelectionPolicy 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.
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 to be included in the policy.
Creates a shallow copy of the current Object. (Inherited from Object.)
Called when this policy is activated. (Overrides ItemPolicy.OnActivated().)
Called when this policy is deactivated. (Overrides ItemPolicy.OnDeactivated().)
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. (Overrides ItemPolicy.PolicyItems.)
Top
Events
Name
Description
Occurs when the policy changes. (Inherited from ItemPolicy.)
Top