SelectionState.CoercedSelectionCache Property
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 for the coerced selection
protected:
property System::Collections::ICollection ^ CoercedSelectionCache { System::Collections::ICollection ^ get(); };
protected System.Collections.ICollection CoercedSelectionCache { get; }
member this.CoercedSelectionCache : System.Collections.ICollection
Protected ReadOnly Property CoercedSelectionCache As ICollection