GraphCategory Class
Graph Categories are used to specify category information on a GraphObject, like nodes and links.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Microsoft.VisualStudio.GraphModel::GraphMetadataContainer
Microsoft.VisualStudio.GraphModel::GraphCategory
| Name | Description | |
|---|---|---|
![]() | BasedOnCategory | Get/Set the base category or null |
![]() | DefaultCallback | (Inherited from GraphMetadataContainer.) |
![]() | Id | Unique id of this GraphCategory |
| Name | Description | |
|---|---|---|
![]() | CreateDefaultMetadata() | (Inherited from GraphMetadataContainer.) |
![]() | Equals(Object^) | Determines of a passed in category is equivalent to this one(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | The hash code of the category(Overrides Object::GetHashCode().) |
![]() | GetLabelOrId(Graph^) | Return the Label of this GraphCategory or else return the ID if no label was set |
![]() | GetMetadata(Graph^) | Gets the graph specific metadata that describes this object.(Inherited from GraphMetadataContainer.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsBasedOn(GraphCategory^) | Determines if this category is based upon the specified category. Walks the entire "BasedOn" chain looking for the specified category. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | The Id of the category(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



