IRowPosition.GetRowPosition(Int32, Int32, Int32) 方法

定義

取得當前列的位置。

public:
 void GetRowPosition([Runtime::InteropServices::Out] int % hChapter, [Runtime::InteropServices::Out] int % hRow, [Runtime::InteropServices::Out] int % dbPositionFlags);
public void GetRowPosition(out int hChapter, out int hRow, out int dbPositionFlags);
abstract member GetRowPosition : int * int * int -> unit
Public Sub GetRowPosition (ByRef hChapter As Integer, ByRef hRow As Integer, ByRef dbPositionFlags As Integer)

參數

hChapter
Int32

一個指向記憶體的指標,用來回傳與當前列對應的章節。 若行集未被分章節,則 hChapter 設為 DB_NULL_HCHAPTER。 若 hChapter 是輸入上的空指標,則不會回傳章節值。

hRow
Int32

一個指向記憶體的指標,用來回傳 hRow 當前列位置;或 DB_NULL_HROW 如果沒有當前列位置。

dbPositionFlags
Int32

一個指向記憶體的指標,用以回傳關於列位置的額外資訊。

備註

Note

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

適用於