GraphPropertyCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(GraphProperty^)

Adds an item to the GraphProperties collection

System_CAPS_pubmethodAddNewProperty(String^, Type^)

Registers a new GraphProperty with the default metadata creator.

System_CAPS_pubmethodAddNewProperty(String^, Type^, Func<GraphMetadata^>^)

Registers a new GraphProperty

System_CAPS_pubmethodClear()

Removes all items from the collection

System_CAPS_pubmethodContains(GraphProperty^)

Determines whether the collection contains a specific value

System_CAPS_pubmethodCopyTo(array<GraphProperty^>^, Int32)

Copies the elements of the collection 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()

Returns an enumerator for the graph properties

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(GraphProperty^)

Removes the first occurrence of a specific object from the collection

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: