System.Web.UI.Design.ControlPersister.PersistInnerProperties Method

Outputs a string of data that can persist the inner properties of the specified control to the specified System.IO.TextWriter, using the specified designer host.

Syntax

public static void PersistInnerProperties (System.IO.TextWriter sw, object component, System.ComponentModel.Design.IDesignerHost host)

Parameters

sw
The System.IO.TextWriter to use.
component
The component to persist.
host
An System.ComponentModel.Design.IDesignerHost that is the designer host for the control.

Remarks

This method requires an System.ComponentModel.Design.IDesignerHost implementation to work correctly.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0