GraphProperty Class

 

Graph Properties are used to annotate a GraphObject, like nodes and links.

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


public ref class GraphProperty : GraphMetadataContainer

NameDescription
System_CAPS_pubpropertyDataType

Type of data associated with this GraphProperty

System_CAPS_protpropertyDefaultCallback

(Inherited from GraphMetadataContainer.)

System_CAPS_pubpropertyId

Unique id of this GraphProperty

NameDescription
System_CAPS_pubmethodCreateDefaultMetadata()

(Inherited from GraphMetadataContainer.)

System_CAPS_pubmethodEquals(Object^)

Determines if this property is equivalent to another(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for this object(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetLabelOrId(Graph^)

Return the Label of this GraphCategory or else return the ID if no label was set

System_CAPS_pubmethodGetMetadata(Graph^)

Gets the graph specific metadata that describes this object.(Inherited from GraphMetadataContainer.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: