GraphConditionCollection Class
This class provides methods for manipulating a collection of Condition objects.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | GraphConditionCollection(Graph^) | Constructs a new styles object for the given graph. |
| Name | Description | |
|---|---|---|
![]() | Count | Returns the number of styles in the collection. |
![]() | Graph | Gets the Graph that this collection belongs to. |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection is read-only. |
![]() | Owner | Gets the Graph that this collection belongs to. |
| Name | Description | |
|---|---|---|
![]() | Add(GraphCondition^) | Adds the specified condition. |
![]() | Clear() | Clears the list of conditions. |
![]() | Contains(GraphCondition^) | Determines whether the given condition is in the list of conditions for this style. |
![]() | CopyTo(array<GraphCondition^>^, Int32) | Copies the elements of the System.Collections.Generic.ICollection to a System.Array, starting at a particular System.Array index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | IEnumerable<Condition> implementation. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Insert(Int32, GraphCondition^) | Inserts the given Condition at the given location in the list. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(GraphCondition^) | Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | IEnumberable implementation. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




