GeneralSelection.IsApplicable(ICollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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