SelectionState Methods
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | CacheCoercedSelection(ICollection^) | Cache the specified collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IdentifyCommandsToBeFilteredOutForMultipleSelection(CommandIdCollection^) | Override to identify the commands which are not valid in a single selection scenario, for this selection state. |
![]() | IdentifyCommandsToBeFilteredOutForSingleSelection(CommandIdCollection^) | Override to identify the commands which are not valid in a single selection scenario, for this selection state. |
![]() | Initialize(ICollection^) | specifies the actual selection to operate upon. |
![]() | IsApplicable(ICollection^) | True if the SelectionState appiles to the specified selection (actualSelection.) |
![]() | IsCommandToBeFilteredOut(CommandID^) | True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection. |
![]() | IsCommandToBeFilteredOutForMultipleSelection(CommandID^) | True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection. |
![]() | IsCommandToBeFilteredOutForSingleSelection(CommandID^) | True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |

