ShapeIdCollection Class

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

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::ShapeIdCollection

public ref class ShapeIdCollection : ICollection, IEnumerable

NameDescription
System_CAPS_pubmethodShapeIdCollection()

Initializes a new instance of the ShapeIdCollection class.

System_CAPS_pubmethodShapeIdCollection(SelectedShapesCollection^)

Initializes a new instance of the ShapeIdCollection class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements contained in the ICollection.

System_CAPS_protpropertyGuidList

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the ICollection is synchronized (thread-safe).

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the ICollection.

NameDescription
System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the elements of the ICollection to an Array, starting at a particular Array index.

System_CAPS_pubmethodCopyTo(array<Guid>^, Int32)

Copies the elements of the ICollection to an Array of Guids, starting at a particular Array index.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that can iterate through this collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: