PropertyExtension<TTargetElementType>::CanResetValue Method (Object^)

 

Returns whether resetting an object changes its value.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

public:
virtual bool CanResetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component (can be null)

Return Value

Type: System::Boolean

true if the value is not empty

Return to top
Show: