IRowsetChange.InsertRow(Int32, Int32, IntPtr, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立及初始化新資料列。
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)
參數
- hChapterReserved
- Int32
章節控制代碼。
- hAccessor
- Int32
要使用的存取子控點。
- pData
-
IntPtr
nativeint
包含新資料值的記憶體指標,位於對應至存取子之繫結的位移。
- hRow
- Int32
要在其中傳回新資料列之控制代碼的記憶體指標。
備註
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic 2008。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。