GraphCategoryCollection Class
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | GraphCategoryCollection(GraphSchema^) |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements that are contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | Schema |
| Name | Description | |
|---|---|---|
![]() | Add(GraphCategory^) | Adds an item to the collection. |
![]() | AddNewCategory(String^) | Registers a new GraphCategory with default metadata creator. |
![]() | AddNewCategory(String^, Func<GraphMetadata^>^) | Registers a new GraphCategory |
![]() | Clear() | Removes all items from the collection. |
![]() | Contains(GraphCategory^) | Determines whether the collection contains a specific value. |
![]() | Copy(GraphCategoryCollection^, Graph^, Graph^) | Copies the GraphCategories from one collection to another. This includes the metadata in the source graph to the destination graph. |
![]() | CopyTo(array<GraphCategory^>^, Int32) | Copies the elements of the collection to a System.Array, starting at a particular System.Array index |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCategoriesBasedOn(GraphCategory^) | Gets an enumeration of all categories that are based on the specified base category. |
![]() | GetEnumerator() | Returns an enumerator for the graph categories. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(GraphCategory^) | Removes the first occurrence of a specific object from the collection. |
![]() | ToString() | (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.




