Поделиться через


IVsLineAttributes.SetLineSeparator - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Function SetLineSeparator ( _
    rgLines As Integer(), _
    cLines As Integer, _
    fRemoveAll As Integer _
) As Integer
int SetLineSeparator(
    int[] rgLines,
    int cLines,
    int fRemoveAll
)
int SetLineSeparator(
    [InAttribute] array<int>^ rgLines, 
    [InAttribute] int cLines, 
    [InAttribute] int fRemoveAll
)
abstract SetLineSeparator : 
        rgLines:int[] * 
        cLines:int * 
        fRemoveAll:int -> int
function SetLineSeparator(
    rgLines : int[], 
    cLines : int, 
    fRemoveAll : int
) : int

Параметры

  • rgLines
    Тип: array<Int32[]

    [in]

  • cLines
    Тип: Int32

    [in]

  • fRemoveAll
    Тип: Int32

    [in]

Возвращаемое значение

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsLineAttributes::SetLineSeparator(
   [in] long *rgLines,
   [in] long cLines,
   [in]BOOL fRemoveAll
);

Безопасность платформы .NET Framework

См. также

Ссылки

IVsLineAttributes Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен