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

UrlEditor クラス

URL選択するためのユーザー インターフェイス提供します

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

Public Class UrlEditor
    Inherits UITypeEditor
public class UrlEditor : UITypeEditor
public ref class UrlEditor : public
 UITypeEditor
public class UrlEditor extends UITypeEditor
public class UrlEditor extends
 UITypeEditor
解説解説

UrlEditor は、URL選択するためのダイアログ ボックス提供する UITypeEditor です。

使用例使用例
<EditorAttribute(GetType(System.Web.UI.Design.UrlEditor), GetType(UITypeEditor))>
  _
Public Property URL() As
 String
   Get
      Return http_url
   End Get
   Set
      http_url = value
   End Set
End Property

Private http_url As String
[EditorAttribute(typeof(System.Web.UI.Design.UrlEditor), typeof(UITypeEditor))]
public string URL
{
    get
    {
        return http_url;
    }
    set
    {
        http_url = value;
    }
}

private string http_url;
public:
   property String^ URL 
   {

       [EditorAttribute(UrlEditor::typeid,UITypeEditor::typeid)]
      String^ get()
      {
         return http_url;
      }

      [EditorAttribute(UrlEditor::typeid,UITypeEditor::typeid)]
      void set( String^ value )
      {
         http_url = value;
      }
   }

private:
   String^ http_url;
/** @attribute EditorAttribute(System.Web.UI.Design.UrlEditor.class
,
    UITypeEditor.class)
 */
/** @property
 */
public String get_URL()
{
    return http_url;
} //get_URL

/** @property 
 */
public void set_URL(String value)
{
    http_url = value;
} //set_URL

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



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

辞書ショートカット

すべての辞書の索引

「UrlEditor クラス」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS