다음을 통해 공유


IVsTextLines.ReplaceLinesEx 메서드

줄 바꿈 및 줄에 참가 같은 스트림 같은 행 편집을 처리 합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Function ReplaceLinesEx ( _
    dwFlags As UInteger, _
    iStartLine As Integer, _
    iStartIndex As Integer, _
    iEndLine As Integer, _
    iEndIndex As Integer, _
    pszText As IntPtr, _
    iNewLen As Integer, _
    <OutAttribute> pChangedSpan As TextSpan() _
) As Integer
int ReplaceLinesEx(
    uint dwFlags,
    int iStartLine,
    int iStartIndex,
    int iEndLine,
    int iEndIndex,
    IntPtr pszText,
    int iNewLen,
    TextSpan[] pChangedSpan
)
int ReplaceLinesEx(
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] int iStartLine, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndLine, 
    [InAttribute] int iEndIndex, 
    [InAttribute] IntPtr pszText, 
    [InAttribute] int iNewLen, 
    [OutAttribute] array<TextSpan>^ pChangedSpan
)
abstract ReplaceLinesEx : 
        dwFlags:uint32 * 
        iStartLine:int * 
        iStartIndex:int * 
        iEndLine:int * 
        iEndIndex:int * 
        pszText:IntPtr * 
        iNewLen:int * 
        pChangedSpan:TextSpan[] byref -> int
function ReplaceLinesEx(
    dwFlags : uint, 
    iStartLine : int, 
    iStartIndex : int, 
    iEndLine : int, 
    iEndIndex : int, 
    pszText : IntPtr, 
    iNewLen : int, 
    pChangedSpan : TextSpan[]
) : int

매개 변수

  • iStartLine
    형식: Int32

    [in] 시작 줄

  • iStartIndex
    형식: Int32

    [in] 시작 문자 줄 내의 인덱스입니다. 줄의 길이 보다 작거나 있어야 합니다.

  • iEndLine
    형식: Int32

    [in] 선을 끝입니다.

  • iEndIndex
    형식: Int32

    [in] 줄 끝 문자 인덱스입니다. 줄의 길이 보다 작거나 있어야 합니다.

  • pszText
    형식: IntPtr

    [in] 있는 경우 삽입할 텍스트 포인터입니다.

  • iNewLen
    형식: Int32

    [in] 있는 경우 삽입할 문자 수입니다.

반환 값

형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.

설명

COM 시그니처

Textmgr.idl에서:

HRESULT IVsTextLines::ReplaceLinesEx(
   [in] DWORD dwFlags,
   [in] long iStartLine,
   [in] CharIndex iStartIndex,
   [in] long iEndLine,
   [in] CharIndex iEndIndex,
   [in] LPCWSTR pszText,
   [in] long iNewLen,
   [out] TextSpan *pChangedSpan
);

비슷한 ReplaceLines, 추가 옵션을 지정할 수 있지만 dwFlags 매개 변수.

.NET Framework 보안

참고 항목

참조

IVsTextLines 인터페이스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스