DBindingCollection インターフェイス

定義

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

重要

この API は CLS 準拠ではありません。

CLS 準拠の代替
System.Windows.Forms.BindingsCollection

Visual Basic 6.0 からアップグレードされたアプリケーションで COM ベースのデータ バインディングに代わるインターフェイスを提供します。

public interface class DBindingCollection : System::Collections::IEnumerable
[System.CLSCompliant(false)]
public interface DBindingCollection : System.Collections.IEnumerable
[System.CLSCompliant(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public interface DBindingCollection : System.Collections.IEnumerable
[<System.CLSCompliant(false)>]
type DBindingCollection = interface
    interface IEnumerable
[<System.CLSCompliant(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type DBindingCollection = interface
    interface IEnumerable
Public Interface DBindingCollection
Implements IEnumerable
派生
属性
実装

注釈

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

プロパティ

Count
古い.

DBindingCollection 内のバインディングの合計数を取得します。

DataMember
古い.

DBindingCollection のデータ メンバーを取得または設定します。

DataSource
古い.

DBindingCollection のデータ ソースを取得または設定します。

Item[Object]
古い.

指定されたインデックス位置にある DBinding を取得します。

UpdateMode
古い.

UpdateModeDBindingCollection を取得します。値の設定も可能です。

メソッド

Add(Object, String, String, IDataFormatDisp, String)
古い.

DBindingDBindingCollection に追加します。

Clear()
古い.

バインディング オブジェクトのコレクションを削除します。

GetEnumerator()
古い.

コレクションを反復処理する列挙子を返します。

(継承元 IEnumerable)
Remove(Object)
古い.

DBinding インターフェイスを DBindingCollection から削除します。

UpdateControls()
古い.

DBindingCollection オブジェクトのデータ ソースから現在の行を取得し、そのオブジェクトを通じてバインドされたコントロールのコンテンツをリセットします。

拡張メソッド

Cast<TResult>(IEnumerable)
古い.

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)
古い.

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)
古い.

クエリの並列化を有効にします。

AsQueryable(IEnumerable)
古い.

IEnumerableIQueryable に変換します。

適用対象