SelectionState.IsCoercible Property

Determines if the actual selection can be coerced. Togegher IsCoercible and IsCoercionFailure distinguish between coercion failure, and no coercion available.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property IsCoercible As Boolean
public bool IsCoercible { get; }
public:
property bool IsCoercible {
    bool get ();
}
member IsCoercible : bool with get
function get IsCoercible () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SelectionState Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace