ShapeModelingCollection 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
  System.Collections::CollectionBase
    Microsoft.VisualStudio.Modeling.Diagrams::ShapeModelingCollection

public ref class ShapeModelingCollection : CollectionBase

NameDescription
System_CAPS_pubpropertyCapacity

(Inherited from CollectionBase.)

System_CAPS_pubpropertyCount

(Inherited from CollectionBase.)

System_CAPS_protpropertyInnerList

(Inherited from CollectionBase.)

System_CAPS_pubpropertyItem[Int32]

System_CAPS_protpropertyList

(Inherited from CollectionBase.)

NameDescription
System_CAPS_pubmethodAdd(ICollection^)

Adds the ShapeElements of an ICollection to the end of the ShapeModelingCollection

System_CAPS_pubmethodAdd(ShapeElement^)

Adds a specific ShapeElement to the collection.

System_CAPS_pubmethodClear()

(Inherited from CollectionBase.)

System_CAPS_pubmethodContains(ShapeElement^)

Determines whether a ShapeElement is in the collection.

System_CAPS_pubmethodCopyTo(array<ShapeElement^>^, Int32)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(ShapeElement^)

System_CAPS_pubmethodInsert(Int32, ShapeElement^)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnClear()

(Inherited from CollectionBase.)

System_CAPS_protmethodOnClearComplete()

(Inherited from CollectionBase.)

System_CAPS_protmethodOnInsert(Int32, Object^)

(Inherited from CollectionBase.)

System_CAPS_protmethodOnInsertComplete(Int32, Object^)

(Inherited from CollectionBase.)

System_CAPS_protmethodOnRemove(Int32, Object^)

(Inherited from CollectionBase.)

System_CAPS_protmethodOnRemoveComplete(Int32, Object^)

(Inherited from CollectionBase.)

System_CAPS_protmethodOnSet(Int32, Object^, Object^)

(Inherited from CollectionBase.)

System_CAPS_protmethodOnSetComplete(Int32, Object^, Object^)

(Inherited from CollectionBase.)

System_CAPS_protmethodOnValidate(Object^)

(Inherited from CollectionBase.)

System_CAPS_pubmethodRemove(ICollection^)

Removes the specified ShapeElements from an ICollection

System_CAPS_pubmethodRemove(ShapeElement^)

Removes the first occurrence of a specific ShapeElement from the collection.

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from CollectionBase.)

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: