GraphNode::SetValue Method

 

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

NameDescription
System_CAPS_pubmethodSetValue(String^, Object^)

Adds an annotation, using the given key, type, and value.(Inherited from GraphObject.)

System_CAPS_pubmethodSetValue<T>(GraphProperty^, T)

Sets the value of the given property. If the property already exists, its value is overwritten unless the annotation flags prevent otherwise.(Inherited from GraphObject.)

Return to top
Show: