다음을 통해 공유


ITextEditorFactoryService.CreateTextView 메서드 (ITextBuffer)

생성은 IWpfTextView 지정 된 버퍼의 내용이 표시 됩니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Function CreateTextView ( _
    textBuffer As ITextBuffer _
) As IWpfTextView
IWpfTextView CreateTextView(
    ITextBuffer textBuffer
)
IWpfTextView^ CreateTextView(
    ITextBuffer^ textBuffer
)
abstract CreateTextView : 
        textBuffer:ITextBuffer -> IWpfTextView
function CreateTextView(
    textBuffer : ITextBuffer
) : IWpfTextView

매개 변수

반환 값

형식: Microsoft.VisualStudio.Text.Editor.IWpfTextView
미리 정의된 모든 텍스트 뷰 역할을 포함하는 IWpfTextView입니다.

예외

예외 조건
ArgumentNullException

textBuffer가 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

설명

ITextBuffer 여러 보기로 표시 될 수 있습니다. 간단한 ITextDataModel 생성 된 하는 ITextViewModel 기반으로 생성 되는 IContentType 의 textBuffer.

.NET Framework 보안

참고 항목

참조

ITextEditorFactoryService 인터페이스

CreateTextView 오버로드

Microsoft.VisualStudio.Text.Editor 네임스페이스