GraphCategory Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| 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().) |
Show:

