SelectionState.IsCoercionFailure 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.
Togegher IsCoercible and IsCoercionFailure distinguish between coercion failure, and no coercion available.
public:
property bool IsCoercionFailure { bool get(); };
public bool IsCoercionFailure { get; }
member this.IsCoercionFailure : bool
Public ReadOnly Property IsCoercionFailure As Boolean
Property Value
true if the actual selection can be coerced, but the coercion fails (due coercion rules.)
Note: coercion failure is a "normal" occurance, and not an error.