다음을 통해 공유


IVsTextStream.ReloadStream 메서드

마커를 삭제 하지 않고 텍스트를 대체 합니다.

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

구문

‘선언
Function ReloadStream ( _
    iPos As Integer, _
    iOldLen As Integer, _
    pszText As IntPtr, _
    iNewLen As Integer _
) As Integer
int ReloadStream(
    int iPos,
    int iOldLen,
    IntPtr pszText,
    int iNewLen
)
int ReloadStream(
    [InAttribute] int iPos, 
    [InAttribute] int iOldLen, 
    [InAttribute] IntPtr pszText, 
    [InAttribute] int iNewLen
)
abstract ReloadStream : 
        iPos:int * 
        iOldLen:int * 
        pszText:IntPtr * 
        iNewLen:int -> int
function ReloadStream(
    iPos : int, 
    iOldLen : int, 
    pszText : IntPtr, 
    iNewLen : int
) : int

매개 변수

  • iPos
    형식: Int32

    [in] 텍스트 버퍼의 시작 위치입니다.

  • iOldLen
    형식: Int32

    [in] 다시 로드 하는 텍스트의 길이입니다.

  • pszText
    형식: IntPtr

    [in] 삽입할 텍스트 포인터입니다.

  • iNewLen
    형식: Int32

    [in] 새로 삽입된 한 텍스트의 길이입니다.

반환 값

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

설명

COM 시그니처

Textmgr.idl에서:

HRESULT IVsTextStream::ReloadStream(
   [in] long iPos,
   [in] long iOldLen,
   [in] const WCHAR *pszText,
   [in] long iNewLen
);

ReloadStream, 텍스트 대체 됩니다, 있지만 표식 삭제 되지 않는다. 다시 때 버퍼 디스크에서 로드 되 고 또는 마법사 코드 중 특정 섹션 대체 되는 경우와 같은 특별 한 경우에만이 메서드를 사용 합니다.

.NET Framework 보안

참고 항목

참조

IVsTextStream 인터페이스

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