共用方式為


IVsTextBuffer.GetLineCount 方法

傳回在緩衝區中的行數。

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

語法

'宣告
Function GetLineCount ( _
    <OutAttribute> ByRef piLineCount As Integer _
) As Integer
int GetLineCount(
    out int piLineCount
)
int GetLineCount(
    [OutAttribute] int% piLineCount
)
abstract GetLineCount : 
        piLineCount:int byref -> int
function GetLineCount(
    piLineCount : int
) : int

參數

  • piLineCount
    類型:Int32%

    [] out緩衝區中的行數的指標。

傳回值

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

備註

COM 簽章

從 textmgr.idl:

HRESULT IVsTextBuffer::GetLineCount(
   [out] long *piLineCount
);

這個方法大量使用的檢視,而且是相當有效率,因為所有的實作。

.NET Framework 安全性

請參閱

參考

IVsTextBuffer 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間