GraphSetterCollection Class
This class provides methods for manipulating a collection of Setter objects.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | GraphSetterCollection(Graph^) | Construct new styles object for the given graph. |
| Name | Description | |
|---|---|---|
![]() | Count | Return the number of setters in the collection. |
![]() | Graph | Get the Graph that this collection belongs to |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection is read-only. |
![]() | Owner | Get the Graph that this collection belongs to |
| Name | Description | |
|---|---|---|
![]() | Add(GraphSetter^) | Adds the specified setter. |
![]() | Clear() | Clears the list of setters. |
![]() | Contains(GraphSetter^) | Checks to see whether the Setter is in this collection |
![]() | CopyTo(array<GraphSetter^>^, Int32) | Copies the elements of the System.Collections.Generic.ICollection to an System.Array, starting at a particular System.Array index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Get(String^) | Get the property setter |
![]() | GetEnumerator() | IEnumerable<Setter> implementation |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(GraphSetter^) | Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | IEnumerable 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.




