Share via


SelectionState.CoercedSelectionModelElements Property

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

Syntax

'Declaration
Public ReadOnly Property CoercedSelectionModelElements As ICollection
'Usage
Dim instance As SelectionState 
Dim value As ICollection 

value = instance.CoercedSelectionModelElements
public ICollection CoercedSelectionModelElements { get; }
public:
property ICollection^ CoercedSelectionModelElements {
    ICollection^ get ();
}
public function get CoercedSelectionModelElements () : ICollection

Property Value

Type: System.Collections.ICollection

.NET Framework Security

See Also

Reference

SelectionState Class

SelectionState Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace