IRowsetChange.InsertRow(Int32, Int32, IntPtr, Int32) Método
Definição
Cria e inicializa uma nova linha.Creates and initializes a new row.
public:
void InsertRow(int hChapterReserved, int hAccessor, IntPtr pData, [Runtime::InteropServices::Out] int % hRow);
public void InsertRow (int hChapterReserved, int hAccessor, IntPtr pData, out int hRow);
abstract member InsertRow : int * int * nativeint * int -> unit
Public Sub InsertRow (hChapterReserved As Integer, hAccessor As Integer, pData As IntPtr, ByRef hRow As Integer)
Parâmetros
- hChapterReserved
- Int32
O identificador do capítulo.The chapter handle.
- hAccessor
- Int32
O identificador do acessador a ser usado.The handle of the accessor to use.
- pData
- IntPtr
Um ponteiro para a memória, que contém os novos valores de dados em deslocamentos que correspondem às associações no acessador.A pointer to memory containing the new data values, at offsets that correspond to the bindings in the accessor.
- hRow
- Int32
Um ponteiro para a memória, no qual retornar o identificador da nova linha.A pointer to memory in which to return the handle of the new row.
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.