GraphSetterCollection Methods

 

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

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.)

Return to top
Show: