GraphNodeIdPropertyDescriptor::ShouldSerializeValue Method (Object^)

 

Determines a value indicating whether the value of this property has to be persisted.

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

public:
virtual bool ShouldSerializeValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component with the property to be examined for persistence.

Return Value

Type: System::Boolean

True if the property should be persisted; otherwise, false.

Return to top
Show: