DesignPropertyDescriptor.ResetValue Method

Resets the value to the default value.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Overrides Sub ResetValue ( _
    component As Object _
)
'使用
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
)

Parameters

  • component
    Type: System.Object

    The component that owns the property.

Remarks

This method calls the base method.

Permissions

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Shell Namespace