Share via


GhostShapeCollection Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class GhostShapeCollection _
    Implements ICollection, IEnumerable, ISerializable
'Usage
Dim instance As GhostShapeCollection
[SerializableAttribute]
public class GhostShapeCollection : ICollection, 
    IEnumerable, ISerializable
[SerializableAttribute]
public ref class GhostShapeCollection : ICollection, 
    IEnumerable, ISerializable
public class GhostShapeCollection implements ICollection, IEnumerable, ISerializable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection

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

GhostShapeCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace