GeneralSelection.IsApplicable(ICollection) Method

Definition

Determines if this selection state is apppropriate for use with the specified selection.

public:
 override bool IsApplicable(System::Collections::ICollection ^ actualSelection);
public override bool IsApplicable (System.Collections.ICollection actualSelection);
override this.IsApplicable : System.Collections.ICollection -> bool
Public Overrides Function IsApplicable (actualSelection As ICollection) As Boolean

Parameters

actualSelection
ICollection

Returns

always returns true

Applies to