Partilhar via


Método IVsLineAttributes.SetLineSeparator

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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

Parâmetros

  • rgLines
    Tipo: array<Int32[]

    [in]

  • cLines
    Tipo: Int32

    [in]

  • fRemoveAll
    Tipo: Int32

    [in]

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsLineAttributes Interface

Namespace Microsoft.VisualStudio.TextManager.Interop