GraphCategoryCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(GraphCategory^)

Adds an item to the collection.

System_CAPS_pubmethodAddNewCategory(String^)

Registers a new GraphCategory with default metadata creator.

System_CAPS_pubmethodAddNewCategory(String^, Func<GraphMetadata^>^)

Registers a new GraphCategory

System_CAPS_pubmethodClear()

Removes all items from the collection.

System_CAPS_pubmethodContains(GraphCategory^)

Determines whether the collection contains a specific value.

System_CAPS_pubmethodCopy(GraphCategoryCollection^, Graph^, Graph^)

Copies the GraphCategories from one collection to another. This includes the metadata in the source graph to the destination graph.

System_CAPS_pubmethodCopyTo(array<GraphCategory^>^, 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_pubmethodGetCategoriesBasedOn(GraphCategory^)

Gets an enumeration of all categories that are based on the specified base category.

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator for the graph categories.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(GraphCategory^)

Removes the first occurrence of a specific object from the collection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: