GraphNodeIdPropertyDescriptor::CanResetValue Method (Object^)

 

Returns whether resetting an object changes its value.

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

public:
virtual bool CanResetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component to test for reset capability.

Return Value

Type: System::Boolean

True if resetting the component changes its value; otherwise, false.

Return to top
Show: