EmptySelection.CoercedSelection Property

Definition

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

Property Value

Applies to