Compartilhar via


Método ITextEditorFactoryService.CreateTextView

Cria um IWpfTextView em um recém-criado ITextBuffer tendo o tipo de conteúdo "text".

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
Function CreateTextView As IWpfTextView
IWpfTextView CreateTextView()
IWpfTextView^ CreateTextView()
abstract CreateTextView : unit -> IWpfTextView
function CreateTextView() : IWpfTextView

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextView
A IWpfTextView.

Segurança do .NET Framework

Consulte também

Referência

ITextEditorFactoryService Interface

Sobrecargas CreateTextView

Namespace Microsoft.VisualStudio.Text.Editor