SelectionState.CoercionCompliantSelection 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.
Returns the list of selected objects which comply with the coercion rules. If the selection is coercable, then the coerced selection will be returned; if there is a coercion failure the list will be empty. If there are no coercion rules (!IsCoercable), then the actual selection is returned.
public:
property System::Collections::ICollection ^ CoercionCompliantSelection { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection CoercionCompliantSelection { get; }
member this.CoercionCompliantSelection : System.Collections.ICollection
Public ReadOnly Property CoercionCompliantSelection As ICollection