IVsTextLayer.GetLastLineIndex(Int32, Int32) メソッド

定義

最後の行の長さとインデックスを返します。

public:
 int GetLastLineIndex([Runtime::InteropServices::Out] int % piLine, [Runtime::InteropServices::Out] int % piIndex);
int GetLastLineIndex([Runtime::InteropServices::Out] int & piLine, [Runtime::InteropServices::Out] int & piIndex);
public int GetLastLineIndex (out int piLine, out int piIndex);
abstract member GetLastLineIndex : int * int -> int
Public Function GetLastLineIndex (ByRef piLine As Integer, ByRef piIndex As Integer) As Integer

パラメーター

piLine
Int32

[out]最後の行の長さ。

piIndex
Int32

[out]最後の行のインデックス。

戻り値

メソッドが成功した場合は S_OK を返します。 失敗した場合はエラー コードを返します。

注釈

COM 署名

textmgr.idl から:

HRESULT IVsTextLayer::GetLastLineIndex(  
   [out] long *piLine,  
   [out] long *piIndex  
);   

GetLastLineIndex は、行で & GetLengthOfLine を呼び出すGetLineCount頻繁なパターンのショートカットです

適用対象