SelectionState.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.
True if the SelectionState appiles to the specified selection (actualSelection.)
public:
abstract bool IsApplicable(System::Collections::ICollection ^ actualSelection);
public abstract bool IsApplicable (System.Collections.ICollection actualSelection);
abstract member IsApplicable : System.Collections.ICollection -> bool
Public MustOverride Function IsApplicable (actualSelection As ICollection) As Boolean
Parameters
- actualSelection
- ICollection