Delen via


DesignPropertyDescriptor.ResetValue Method

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overrides Sub ResetValue ( _
    component As Object _
)
public override void ResetValue(
    Object component
)
public:
virtual void ResetValue(
    Object^ component
) override
abstract ResetValue : 
        component:Object -> unit 
override ResetValue : 
        component:Object -> unit 
public override function ResetValue(
    component : Object
)

Parameters

.NET Framework Security

See Also

Reference

DesignPropertyDescriptor Class

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace