コード例 #1
0
 public static void PersistTemplate(Interop.IHTMLElement element, ITemplate template, IDesignerHost host)
 {
     EmbeddedSerializer.SerializeTemplate(template, element, host);
 }
コード例 #2
0
 public static void PersistControl(Interop.IHTMLElement element, Control control, IDesignerHost host)
 {
     EmbeddedSerializer.SerializeControl(control, host, element);
 }
コード例 #3
0
 public static void PersistInnerProperties(Interop.IHTMLElement element, object component, IDesignerHost host)
 {
     EmbeddedSerializer.SerializeInnerProperties(component, host, element);
 }
コード例 #4
0
 public static void PersistControl(Interop.IHTMLElement element, Control control)
 {
     EmbeddedSerializer.SerializeControl(control, element);
 }