ControlPersister::PersistInnerProperties Method (TextWriter^, Object^, IDesignerHost^)
.NET Framework (current version)
Outputs a string of data that can persist the inner properties of the specified control to the specified TextWriter, using the specified designer host.
Assembly: System.Design (in System.Design.dll)
public: static void PersistInnerProperties( TextWriter^ sw, Object^ component, IDesignerHost^ host )
Parameters
- sw
-
Type:
System.IO::TextWriter^
The TextWriter to use.
- component
-
Type:
System::Object^
The component to persist.
- host
-
Type:
System.ComponentModel.Design::IDesignerHost^
An IDesignerHost that is the designer host for the control.
This method requires an IDesignerHost implementation to work correctly.
.NET Framework
Available since 1.1
Available since 1.1
Show: