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



