Share via


SelectionState.CoercedSelectionCache Property

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

Syntax

'Declaration
Protected ReadOnly Property CoercedSelectionCache As ICollection
'Usage
Dim value As ICollection 

value = Me.CoercedSelectionCache
protected ICollection CoercedSelectionCache { get; }
protected:
property ICollection^ CoercedSelectionCache {
    ICollection^ get ();
}
protected function get CoercedSelectionCache () : ICollection

Property Value

Type: System.Collections.ICollection

.NET Framework Security

See Also

Reference

SelectionState Class

SelectionState Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace