XmlFileEditor クラス
アセンブリ: System.Design (system.design.dll 内)



<EditorAttribute(GetType(System.Web.UI.Design.XmlFileEditor), GetType(UITypeEditor))> _ Public Property XmlFile() As String Get Return xml_ End Get Set xml_ = value End Set End Property Private xml_ As String
[EditorAttribute(typeof(System.Web.UI.Design.XmlFileEditor), typeof(UITypeEditor))] public string XmlFile { get { return xml_; } set { xml_ = value; } } private string xml_;


System.Drawing.Design.UITypeEditor
System.Web.UI.Design.XmlFileEditor


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- XmlFileEditor クラスのページへのリンク