ElementPropertyDescriptor::CanResetValue Method (Object^)

 

Indicates whether the value of the domain property can be reset.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
virtual bool CanResetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

Not used.

Return Value

Type: System::Boolean

true if the domain property can be reset; otherwise, false.

A domain property can be reset if it is not read-only and has a default value. The attributes passed to the constructor determine whether the described property is read-only or has a default value.

Return to top
Show: