XmlFileEditor クラスとは? わかりやすく解説

XmlFileEditor クラス

標準 OpenFileDialog ボックス使用してXML ファイル選択するためのユーザー インターフェイス提供します

名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public Class XmlFileEditor
    Inherits UITypeEditor
Dim instance As XmlFileEditor
public class XmlFileEditor : UITypeEditor
public ref class XmlFileEditor : public
 UITypeEditor
public class XmlFileEditor extends UITypeEditor
public class XmlFileEditor extends
 UITypeEditor
解説解説

XmlFileEditor は、ファイル名プロパティXML ファイル選択するためのダイアログ提供する UITypeEditor です。

使用例使用例
<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_;
private:
   property String^ XmlFile 
   {
      [EditorAttribute(XmlFileEditor::typeid,UITypeEditor::typeid)]
      String^ get()
      {
         return xml_;
      }

      [EditorAttribute(XmlFileEditor::typeid,UITypeEditor::typeid)]
      void set( String^ value )
      {
         xml_ = value;
      }
   }
   String^ xml_;
/** @attribute EditorAttribute(System.Web.UI.Design.XmlFileEditor.class
,
    UITypeEditor.class)
 */
/** @property 
 */
public String get_XmlFile()
{
    return xml_;
} //get_XmlFile

/** @property 
 */
public void set_XmlFile(String value)
{
    xml_ = value;
} //set_XmlFile

private String xml_;
.NET Framework のセキュリティ.NET Frameworkセキュリティ
継承階層継承階層
System.Object
   System.Drawing.Design.UITypeEditor
    System.Web.UI.Design.XmlFileEditor
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlFileEditor メンバ
System.Web.UI.Design 名前空間
UITypeEditor
EditorAttribute



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「XmlFileEditor クラス」の関連用語

XmlFileEditor クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



XmlFileEditor クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS