次の方法で共有


ListBindableAttribute クラス

リストをデータ ソースとして使用できることを指定します。ビジュアル デザイナは、この属性を使用して、データ連結ピッカーに特定のリストを表示するかどうかを決定します。このクラスは継承できません。

この型のすべてのメンバの一覧については、ListBindableAttribute メンバ を参照してください。

System.Object
   System.Attribute
      System.ComponentModel.ListBindableAttribute

<AttributeUsage(AttributeTargets.All)>
NotInheritable Public Class ListBindableAttribute   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.All)]
public sealed class ListBindableAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::All)]
public __gc __sealed class ListBindableAttribute : public   Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.All)
class ListBindableAttribute extends Attribute

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

属性の使用方法については、「 属性を使用したメタデータの拡張 」を参照してください。

必要条件

名前空間: System.ComponentModel

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System (System.dll 内)

参照

ListBindableAttribute メンバ | System.ComponentModel 名前空間