GraphSetterCollection Class

 

This class provides methods for manipulating a collection of Setter objects.

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

System::Object
  Microsoft.VisualStudio.GraphModel.Styles::GraphSetterCollection

public ref class GraphSetterCollection : ICollection<GraphSetter^>, 
	IEnumerable<GraphSetter^>, IEnumerable, IHasGraphOwner

NameDescription
System_CAPS_pubmethodGraphSetterCollection(Graph^)

Construct new styles object for the given graph.

NameDescription
System_CAPS_pubpropertyCount

Return the number of setters in the collection.

System_CAPS_pubpropertyGraph

Get the Graph that this collection belongs to

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the System.Collections.Generic.ICollection is read-only.

System_CAPS_pubpropertyOwner

Get the Graph that this collection belongs to

NameDescription
System_CAPS_pubmethodAdd(GraphSetter^)

Adds the specified setter.

System_CAPS_pubmethodClear()

Clears the list of setters.

System_CAPS_pubmethodContains(GraphSetter^)

Checks to see whether the Setter is in this collection

System_CAPS_pubmethodCopyTo(array<GraphSetter^>^, Int32)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet(String^)

Get the property setter

System_CAPS_pubmethodGetEnumerator()

IEnumerable<Setter> implementation

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(GraphSetter^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: