GraphProperty Class
Graph Properties are used to annotate a GraphObject, like nodes and links.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Microsoft.VisualStudio.GraphModel::GraphMetadataContainer
Microsoft.VisualStudio.GraphModel::GraphProperty
| Name | Description | |
|---|---|---|
![]() | DataType | Type of data associated with this GraphProperty |
![]() | DefaultCallback | (Inherited from GraphMetadataContainer.) |
![]() | Id | Unique id of this GraphProperty |
| Name | Description | |
|---|---|---|
![]() | CreateDefaultMetadata() | (Inherited from GraphMetadataContainer.) |
![]() | Equals(Object^) | Determines if this property is equivalent to another(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code for this object(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.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | The string representation of this GraphProperty(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.



