GraphNode::GetValue Method

 

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

NameDescription
System_CAPS_pubmethodGetValue(GraphProperty^)

Gets the value of the specified annotation.(Inherited from GraphObject.)

System_CAPS_pubmethodGetValue(String^)

Gets the value of the specified property.(Inherited from GraphObject.)

System_CAPS_pubmethodGetValue<T>(GraphProperty^, T)

Gets the value of the specified annotation. If property is not set, we return the default value that the caller passed to this method.(Inherited from GraphObject.)

System_CAPS_pubmethodGetValue<T>(GraphProperty^, Graph^)

Gets the value of the specified property.(Inherited from GraphObject.)

System_CAPS_pubmethodGetValue<T>(GraphProperty^, Graph^, GraphCategory^)

Gets the value of the specified property, and also returns the category that this property value was inherited from, if any.(Inherited from GraphObject.)

Return to top
Show: