SelectionState.IsCoercedSelectionMixed Property

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

Syntax

'宣言
Public ReadOnly Property IsCoercedSelectionMixed As Boolean
'使用
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

Permissions

See Also

Reference

SelectionState Class

SelectionState Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace