Share via


SelectedShapesCollection.IsDeferredSelectionPending Property

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

Syntax

'Declaration
Public ReadOnly Property IsDeferredSelectionPending As Boolean
'Usage
Dim instance As SelectedShapesCollection 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SelectedShapesCollection Class

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace