GraphConditionCollection Methods

 

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubmethodAdd(GraphCondition^)

Adds the specified condition.

System_CAPS_pubmethodClear()

Clears the list of conditions.

System_CAPS_pubmethodContains(GraphCondition^)

Determines whether the given condition is in the list of conditions for this style.

System_CAPS_pubmethodCopyTo(array<GraphCondition^>^, Int32)

Copies the elements of the System.Collections.Generic.ICollection to a System.Array, starting at a particular System.Array index.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

IEnumerable<Condition> implementation.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsert(Int32, GraphCondition^)

Inserts the given Condition at the given location in the list.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(GraphCondition^)

Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

IEnumberable implementation.

Return to top
Show: