Scheduler for UWP/WinRT
C1BindingSource コンストラクタ(Object,String)

データソースとして使用する System.Object オブジェクト。
データメンバ名。
データソースとデータメンバの値を指定して C1BindingSource クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal dataSource As System.Object, _
   ByVal dataMember As System.String _
)
public C1BindingSource( 
   System.object dataSource,
   System.string dataMember
)

パラメータ

dataSource
データソースとして使用する System.Object オブジェクト。
dataMember
データメンバ名。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1BindingSource クラス
C1BindingSource メンバ
オーバーロード一覧

Send Feedback