Contains information about custom elements and attributes that extend the standard XHTML DTD.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
[EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design", 
	typeof(UITypeEditor))]
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute("")]
public string XmlExtensions { get; set; }
Visual Basic (Declaration)
<EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design",  _
	GetType(UITypeEditor))> _
<BrowsableAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<DefaultValueAttribute("")> _
Public Property XmlExtensions As String

See Also