GraphConditionCollection Class

 

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

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

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

public ref class GraphConditionCollection : ICollection<GraphCondition^>, 
	IEnumerable<GraphCondition^>, IEnumerable, IHasGraphOwner

NameDescription
System_CAPS_pubmethodGraphConditionCollection(Graph^)

Constructs a new styles object for the given graph.

NameDescription
System_CAPS_pubpropertyCount

Returns the number of styles in the collection.

System_CAPS_pubpropertyGraph

Gets 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

Gets the Graph that this collection belongs to.

NameDescription
System_CAPS_pubmethodAdd(GraphCondition^)

Adds the specified condition.

System_CAPS_pubmethodClear()

Clears the list of conditions.

System_CAPS_pubmethodContains(GraphCondition^)

Determines whether the given condition is in the list of conditions for this style.

System_CAPS_pubmethodCopyTo(array<GraphCondition^>^, Int32)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

IEnumerable<Condition> implementation.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInsert(Int32, GraphCondition^)

Inserts the given Condition at the given location in the list.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(GraphCondition^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::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.

Return to top
Show: