GraphObject::SetValue Method (String^, Object^)

 

Adds an annotation, using the given key, type, and value.

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

public:
Object^ SetValue(
	String^ propertyId,
	Object^ value
)

Parameters

propertyId
Type: System::String^

The property to set.

value
Type: System::Object^

The value to set.

Return Value

Type: System::Object^
Return to top
Show: