MBinding Classe
Definição
Cuidado
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
Permite que os controles do Windows Forms sejam associados ao conjunto de registros ADO.Enables Windows Forms controls to be bound to ADO recordsets. Esse tipo é um equivalente gerenciado da biblioteca msbind do Visual Basic 6.0.This type is a managed equivalent of the Visual Basic 6.0 msbind library.
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
- Herança
-
MBinding
- Atributos
- Implementações
Comentários
Observação
Funções e os objetos no namespace Microsoft.VisualBasic.Compatibility.VB6 são fornecidos para uso pelas ferramentas para atualização do Visual Basic 6.0 para o Visual Basic 2008.Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. Na maioria dos casos, essas funções e objetos duplicam a funcionalidade que é possível encontrar em outros namespaces no .NET FrameworkIn most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. Eles apenas são necessários quando o modelo de código do Visual Basic 6.0 difere significativamente da implementação do .NET Framework.They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.
Propriedades
| DataChanged |
Obtém ou define um valor que indica se os dados foram alterados.Gets or sets a value indicating whether data has changed. |
| DataField |
Obtém um campo de dados.Gets a data field. |
| DataFormat |
Obtém ou define o formato de dados de um campo de dados.Gets or sets the data format for a data field. |
| Key |
Obtém o valor de chave para um campo de dados.Gets the key value for a data field. |
| Object |
Obtém um objeto de dados.Gets a data object. |
| PropertyName |
Obtém o nome de uma propriedade de um objeto de dados.Gets the name of a property from a data object. |
Métodos
| Dispose() |
Libera os recursos não gerenciados usados por um MBinding.Releases the unmanaged resources that are used by an MBinding. |
| Dispose(Boolean) |
Libera os recursos não gerenciados usados por um MBinding e, opcionalmente, libera os recursos gerenciados.Releases the unmanaged resources that are used by an MBinding and, optionally, releases the managed resources. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |