DesignPropertyDescriptor.ResetValue Method
Override. Resets the value for this property of the component to the default value.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Sub ResetValue ( _
component As Object _
)
'Usage
Dim instance As DesignPropertyDescriptor
Dim component As Object
instance.ResetValue(component)
public override void ResetValue(
Object component
)
public:
virtual void ResetValue(
Object^ component
) override
public override function ResetValue(
component : Object
)
abstract ResetValue :
component:Object -> unit
override ResetValue :
component:Object -> unit
Parameters
- component
Type: System.Object
The component with the property value that is to be reset to the 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
DesignPropertyDescriptor Class
DesignPropertyDescriptor Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace