GraphConditionCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel.Styles
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| 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. |
Show:



