ElementPropertyDescriptor::CanResetValue Method (Object^)
Visual Studio 2015
Indicates whether the value of the domain property can be reset.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- component
-
Type:
System::Object^
Not used.
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.
Show: