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

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DataBindingCollectionConverter クラスの意味・解説 

DataBindingCollectionConverter クラス

メモ : このクラスは、互換性のために残されています。

DataBindingCollection オブジェクトの型コンバータ提供します

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

<ObsoleteAttribute("Use of this type is not recommended because
 DataBindings editing is launched via a DesignerActionList instead of the property
 grid. http://go.microsoft.com/fwlink/?linkid=14202")> _
Public Class DataBindingCollectionConverter
    Inherits TypeConverter
Dim instance As DataBindingCollectionConverter
[ObsoleteAttribute("Use of this type is not recommended because
 DataBindings editing is launched via a DesignerActionList instead of the property
 grid. http://go.microsoft.com/fwlink/?linkid=14202")] 
public class DataBindingCollectionConverter
 : TypeConverter
[ObsoleteAttribute(L"Use of this type is not recommended
 because DataBindings editing is launched via a DesignerActionList instead of the
 property grid. http://go.microsoft.com/fwlink/?linkid=14202")] 
public ref class DataBindingCollectionConverter
 : public TypeConverter
/** @attribute ObsoleteAttribute("Use of this type is not
 recommended because DataBindings editing is launched via a DesignerActionList instead
 of the property grid. http://go.microsoft.com/fwlink/?linkid=14202") */ 
public class DataBindingCollectionConverter
 extends TypeConverter
ObsoleteAttribute("Use of this type is not recommended because
 DataBindings editing is launched via a DesignerActionList instead of the property
 grid. http://go.microsoft.com/fwlink/?linkid=14202") 
public class DataBindingCollectionConverter
 extends TypeConverter
解説解説

この型コンバータは、String 以外のすべての変換先の型について、基本 System.ComponentModel.TypeConverter.ConvertTo メソッド呼び出します。ただし、String には空の文字列 ("") を返します

使用例使用例
' Associates the DataBindingCollectionConverter 
' with a DataBindingCollection property.   
<TypeConverterAttribute(GetType(DataBindingCollectionConverter))>
  _
Public Property dataBindings() As
 DataBindingCollection
   Get
      Return bindings
   End Get
   Set
      bindings = value
   End Set
End Property
Private bindings As DataBindingCollection
// Associates the DataBindingCollectionConverter 
// with a DataBindingCollection property.
[TypeConverterAttribute(typeof(DataBindingCollectionConverter))]
public DataBindingCollection dataBindings
{
    get
    {
        return bindings;
    }
    set
    {
        bindings = value;
    }
}
private DataBindingCollection bindings;
   // Associates the DataBindingCollectionConverter
   // with a DataBindingCollection property.
public:
   [TypeConverterAttribute(DataBindingCollectionConverter::typeid)]
   property DataBindingCollection^ dataBindings 
   {
      DataBindingCollection^ get()
      {
         return bindings;
      }
      void set( DataBindingCollection^ value
 )
      {
         bindings = value;
      }
   }
private:
   DataBindingCollection^ bindings;
// Associates the DataBindingCollectionConverter 
// with a DataBindingCollection property.
/** @attribute TypeConverterAttribute(DataBindingCollectionConverter.class)
 */
/** @property 
 */
public DataBindingCollection get_dataBindings()
{
    return bindings;
} //get_dataBindings

/** @property 
 */
public void set_dataBindings(DataBindingCollection
 value)
{
    bindings = value;
} //set_dataBindings

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


このページでは「.NET Framework クラス ライブラリ リファレンス」からDataBindingCollectionConverter クラスを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDataBindingCollectionConverter クラスを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDataBindingCollectionConverter クラスを検索

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

辞書ショートカット

すべての辞書の索引

「DataBindingCollectionConverter クラス」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS