Compartilhar via


Método ITextEditorFactoryService.CreateTextViewHost

Cria um host para o modo de exibição de texto.

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

Sintaxe

'Declaração
Function CreateTextViewHost ( _
    wpfTextView As IWpfTextView, _
    setFocus As Boolean _
) As IWpfTextViewHost
IWpfTextViewHost CreateTextViewHost(
    IWpfTextView wpfTextView,
    bool setFocus
)
IWpfTextViewHost^ CreateTextViewHost(
    IWpfTextView^ wpfTextView, 
    bool setFocus
)
abstract CreateTextViewHost : 
        wpfTextView:IWpfTextView * 
        setFocus:bool -> IWpfTextViewHost
function CreateTextViewHost(
    wpfTextView : IWpfTextView, 
    setFocus : boolean
) : IWpfTextViewHost

Parâmetros

  • setFocus
    Tipo: Boolean

    trueSe a IWpfTextViewHost deve ter o foco depois que ele é inicializado, false contrário.

Valor de retorno

Tipo: Microsoft.VisualStudio.Text.Editor.IWpfTextViewHost
An IWpfTextViewHost.

Exceções

Exceção Condição
ArgumentNullException

wpfTextView é nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

ITextEditorFactoryService Interface

Namespace Microsoft.VisualStudio.Text.Editor