Share via


SelectionState.IsCoercible Property

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

Syntax

'Declaration
Public ReadOnly Property IsCoercible As Boolean
'Usage
Dim instance As SelectionState 
Dim value As Boolean 

value = instance.IsCoercible
public bool IsCoercible { get; }
public:
property bool IsCoercible {
    bool get ();
}
public function get IsCoercible () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SelectionState Class

SelectionState Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace