Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the value of the domain property can be reset.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Overrides Function CanResetValue ( _
component As Object _
) As Boolean
public override bool CanResetValue(
Object component
)
public:
virtual bool CanResetValue(
Object^ component
) override
abstract CanResetValue :
component:Object -> bool
override CanResetValue :
component:Object -> bool
public override function CanResetValue(
component : Object
) : boolean
Parameters
- component
Type: System.Object
Not used.
Return Value
Type: System.Boolean
true if the domain property can be reset; otherwise, false.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ElementPropertyDescriptor Class