GeneralSelection Methods

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_protmethodCacheCoercedSelection(ICollection^)

Cache the specified collection.(Inherited from SelectionState.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodIdentifyCommandsToBeFilteredOutForMultipleSelection(CommandIdCollection^)

Override to identify the commands which are not valid.(Overrides SelectionState::IdentifyCommandsToBeFilteredOutForMultipleSelection(CommandIdCollection^).)

System_CAPS_protmethodIdentifyCommandsToBeFilteredOutForSingleSelection(CommandIdCollection^)

Override to identify the commands which are not valid in a single selection scenario, for this selection state.(Inherited from SelectionState.)

System_CAPS_pubmethodInitialize(ICollection^)

specifies the actual selection to operate upon.(Inherited from SelectionState.)

System_CAPS_pubmethodIsApplicable(ICollection^)

Determines if this selection state is apppropriate for use with the specified selection.(Overrides SelectionState::IsApplicable(ICollection^).)

System_CAPS_pubmethodIsCommandToBeFilteredOut(CommandID^)

True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection.(Inherited from SelectionState.)

System_CAPS_protmethodIsCommandToBeFilteredOutForMultipleSelection(CommandID^)

True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection.(Overrides SelectionState::IsCommandToBeFilteredOutForMultipleSelection(CommandID^).)

System_CAPS_protmethodIsCommandToBeFilteredOutForSingleSelection(CommandID^)

True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection.(Inherited from SelectionState.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: