共用方式為


IVsTextStream.GetLengthOfLine 方法

傳回在緩衝區中的行的長度。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
Function GetLengthOfLine ( _
    iLine As Integer, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
int GetLengthOfLine(
    int iLine,
    out int piLength
)
int GetLengthOfLine(
    [InAttribute] int iLine, 
    [OutAttribute] int% piLength
)
abstract GetLengthOfLine : 
        iLine:int * 
        piLength:int byref -> int
function GetLengthOfLine(
    iLine : int, 
    piLength : int
) : int

參數

  • iLine
    類型:Int32

    [in]要求長度的行號。

  • piLength
    類型:Int32%

    [] out直線的長度指標。

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

備註

這個方法大量使用的檢視,並在所有實作相當有效率。

COM 簽章

從 textmgr.idl:

HRESULT IVsTextStream::GetLengthOfLine(
   [in] long iLine,
   [out] long *piLength
);

.NET Framework 安全性

請參閱

參考

IVsTextStream 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間