GraphObject::SetValue Method
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | SetValue(String^, Object^) | Adds an annotation, using the given key, type, and value. |
![]() | SetValue<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. |
Show:
