GraphNodeIdPropertyDescriptor::SetValue Method (Object^, Object^)

 

Sets the value of the component to a different value.

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

public:
virtual void SetValue(
	Object^ component,
	Object^ value
) override

Parameters

component
Type: System::Object^

The component with the property value that is to be set.

value
Type: System::Object^

The new value.

Return to top
Show: