MBinding 類別

定義

警告

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

可讓 Windows Form 控制項繫結至 ADO 資料錄集。 這個型別是 Visual Basic 6.0 msbind 程式庫的 Managed 對等用法。

public ref class MBinding : IDisposable, Microsoft::VisualBasic::Compatibility::VB6::DBinding
[System.Runtime.InteropServices.Guid("7619A54D-8919-4f21-BE7D-C8E5ACE5FC0D")]
public class MBinding : IDisposable, Microsoft.VisualBasic.Compatibility.VB6.DBinding
[System.Runtime.InteropServices.Guid("7619A54D-8919-4f21-BE7D-C8E5ACE5FC0D")]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public class MBinding : IDisposable, Microsoft.VisualBasic.Compatibility.VB6.DBinding
[<System.Runtime.InteropServices.Guid("7619A54D-8919-4f21-BE7D-C8E5ACE5FC0D")>]
type MBinding = class
    interface DBinding
    interface IDisposable
[<System.Runtime.InteropServices.Guid("7619A54D-8919-4f21-BE7D-C8E5ACE5FC0D")>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type MBinding = class
    interface DBinding
    interface IDisposable
Public Class MBinding
Implements DBinding, IDisposable
繼承
MBinding
屬性
實作

備註

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic 2008。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。

屬性

DataChanged
已淘汰.

取得或設定值,這個值表示資料是否已變更。

DataField
已淘汰.

取得資料欄位。

DataFormat
已淘汰.

取得或設定資料欄位的資料格式。

Key
已淘汰.

取得資料欄位的索引鍵值。

Object
已淘汰.

取得資料物件。

PropertyName
已淘汰.

從資料物件取得屬性的名稱。

方法

Dispose()
已淘汰.

釋放 MBinding 所使用的 Unmanaged 資源。

Dispose(Boolean)
已淘汰.

釋放 MBinding 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設雜湊函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()
已淘汰.

傳回代表目前物件的字串。

(繼承來源 Object)

適用於