SelectionState.CacheCoercedSelection(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.
Cache the specified collection.
protected:
void CacheCoercedSelection(System::Collections::ICollection ^ coercedSelection);
protected void CacheCoercedSelection (System.Collections.ICollection coercedSelection);
member this.CacheCoercedSelection : System.Collections.ICollection -> unit
Protected Sub CacheCoercedSelection (coercedSelection As ICollection)
Parameters
- coercedSelection
- ICollection