SelectedShapesCollection Class

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

Syntax

'Declaration
Public Class SelectedShapesCollection _
    Implements ICollection, IEnumerable, IDisposable
'Usage
Dim instance As SelectedShapesCollection
public class SelectedShapesCollection : ICollection, 
    IEnumerable, IDisposable
public ref class SelectedShapesCollection : ICollection, 
    IEnumerable, IDisposable
public class SelectedShapesCollection implements ICollection, IEnumerable, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace