EdgePointCollection Class

 

Handle a list of edgepoints exactly like an ArrayList

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::ArrayList
    Microsoft.VisualStudio.Modeling.Diagrams::EdgePointCollection

[SerializableAttribute]
[TypeConverterAttribute((EdgePointCollectionConverter^::typeid))]
public ref class EdgePointCollection : ArrayList

NameDescription
System_CAPS_pubpropertyCapacity

(Inherited from ArrayList.)

System_CAPS_pubpropertyCount

(Inherited from ArrayList.)

System_CAPS_pubpropertyIsFixedSize

(Inherited from ArrayList.)

System_CAPS_pubpropertyIsReadOnly
System_CAPS_pubpropertyIsSynchronized

(Inherited from ArrayList.)

System_CAPS_pubpropertyItem[Int32]

System_CAPS_pubpropertySyncRoot

(Inherited from ArrayList.)

NameDescription
System_CAPS_pubmethodAdd(EdgePoint^)

System_CAPS_pubmethodAdd(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodAddRange(ICollection^)

(Inherited from ArrayList.)

System_CAPS_pubmethodBinarySearch(Int32, Int32, Object^, IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodBinarySearch(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodBinarySearch(Object^, IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodClear()

(Inherited from ArrayList.)

System_CAPS_pubmethodClone()

(Inherited from ArrayList.)

System_CAPS_pubmethodContains(EdgePoint^)

System_CAPS_pubmethodContains(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodCopyTo(Array^)

(Inherited from ArrayList.)

System_CAPS_pubmethodCopyTo(Array^, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodCopyTo(array<EdgePoint^>^)

System_CAPS_pubmethodCopyTo(array<EdgePoint^>^, Int32)

System_CAPS_pubmethodCopyTo(Int32, Array^, Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodCopyTo(Int32, array<EdgePoint^>^, Int32, Int32)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from ArrayList.)

System_CAPS_pubmethodGetEnumerator(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRange(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(EdgePoint^)

System_CAPS_pubmethodIndexOf(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodIndexOf(Object^, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodIndexOf(Object^, Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodInsert(Int32, EdgePoint^)

System_CAPS_pubmethodInsert(Int32, Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodInsertRange(Int32, ICollection^)

(Inherited from ArrayList.)

System_CAPS_pubmethodLastIndexOf(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodLastIndexOf(Object^, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodLastIndexOf(Object^, Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticReadOnly(EdgePointCollection^)

System_CAPS_pubmethodRemove(EdgePoint^)

System_CAPS_pubmethodRemove(Object^)

(Inherited from ArrayList.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodRemoveRange(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodReverse()

(Inherited from ArrayList.)

System_CAPS_pubmethodReverse(Int32, Int32)

(Inherited from ArrayList.)

System_CAPS_pubmethodSetRange(Int32, ICollection^)

(Inherited from ArrayList.)

System_CAPS_pubmethodSort()

(Inherited from ArrayList.)

System_CAPS_pubmethodSort(IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodSort(Int32, Int32, IComparer^)

(Inherited from ArrayList.)

System_CAPS_pubmethodToArray()

(Inherited from ArrayList.)

System_CAPS_pubmethodToArray(Type^)

(Inherited from ArrayList.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTrimToSize()

(Inherited from ArrayList.)

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: