다음을 통해 공유


IVsTextStorage 인터페이스

편집할 텍스트 편집기 보기 텍스트의 범위를 나타냅니다.

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

구문

‘선언
<GuidAttribute("1ABAC269-8FB0-438E-8217-230AC6EB5766")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextStorage
[GuidAttribute("1ABAC269-8FB0-438E-8217-230AC6EB5766")]
[InterfaceTypeAttribute()]
public interface IVsTextStorage
[GuidAttribute(L"1ABAC269-8FB0-438E-8217-230AC6EB5766")]
[InterfaceTypeAttribute()]
public interface class IVsTextStorage
[<GuidAttribute("1ABAC269-8FB0-438E-8217-230AC6EB5766")>]
[<InterfaceTypeAttribute()>]
type IVsTextStorage =  interface end
public interface IVsTextStorage

IVsTextStorage 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Storage_Attach
Public 메서드 Storage_CopyText
Public 메서드 Storage_Detach
Public 메서드 Storage_Find
Public 메서드 Storage_GetCharsInSpan
Public 메서드 Storage_GetLanguageServiceID
Public 메서드 Storage_GetLength
Public 메서드 Storage_GetLengthOfLine
Public 메서드 Storage_GetLineCount
Public 메서드 Storage_GetLineDataEx
Public 메서드 Storage_GetLineIndexOfPosition
Public 메서드 Storage_GetPositionOfLineIndex
Public 메서드 Storage_RefreshColorization
Public 메서드 Storage_ReleaseLineDataEx
Public 메서드 Storage_Replace
Public 메서드 Storage_SetLanguageServiceID

위쪽

설명

IVsTextStorage모든 저장소 개체에 대 한 필수입니다.

참고 항목

참조

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

IVsTextStorage2