PSObjectPropertyDescriptor.ResetValue(Object) Method

Definition

This method has no effect for PSObjectPropertyDescriptor. CanResetValue returns false.

public:
 override void ResetValue(System::Object ^ component);
public:
 override void ResetValue(Platform::Object ^ component);
 override void ResetValue(winrt::Windows::Foundation::IInspectable const & component);
public override void ResetValue (object component);
override this.ResetValue : obj -> unit
Public Overrides Sub ResetValue (component As Object)

Parameters

component
Object

This parameter is ignored for PSObjectPropertyDescriptor

Applies to