SelectionState 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.

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 in a single selection scenario, for this selection state.

System_CAPS_protmethodIdentifyCommandsToBeFilteredOutForSingleSelection(CommandIdCollection^)

Override to identify the commands which are not valid in a single selection scenario, for this selection state.

System_CAPS_pubmethodInitialize(ICollection^)

specifies the actual selection to operate upon.

System_CAPS_pubmethodIsApplicable(ICollection^)

True if the SelectionState appiles to the specified selection (actualSelection.)

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.

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.

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.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: