Share via


SelectionState.CoercedSelection Property

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

Syntax

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

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

Property Value

Type: System.Collections.ICollection

.NET Framework Security

See Also

Reference

SelectionState Class

SelectionState Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace