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.ObjectThe component that owns the property.
Remarks
This method calls the base method.
Permissions
- 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