Microsoft.VisualStudio.Project.DesignPropertyDescriptor.ResetValue C# (CSharp) 메소드

ResetValue() 공개 메소드

Delegates to base.
public ResetValue ( object component ) : void
component object
리턴 void
        public override void ResetValue(object component)
        {
            this.property.ResetValue(component);
        }