This type editor can be used on a class that supports XML serialization to allow the user to pick an XML file and have that XML file deserialized into the target class.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public class XmlPropertyFilePicker : UITypeEditor
Visual Basic
Public Class XmlPropertyFilePicker
	Inherits UITypeEditor

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    CodeSmith.Engine..::..XmlPropertyFilePicker

See Also