EmptySelection.CoercedSelection 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.
We need to return an empty collection here to cause a coercion failure. This is a bit odd, but necessary given implementation of SelectionState.IsCoercionFailure.
public:
virtual property System::Collections::ICollection ^ CoercedSelection { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection CoercedSelection { get; }
member this.CoercedSelection : System.Collections.ICollection
Public Overrides ReadOnly Property CoercedSelection As ICollection