Share via


SelectionState.IsCoercedSelectionMixed Property

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

Syntax

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

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SelectionState Class

SelectionState Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace