Compartilhar via


Construtor TextViewCreatedEventArgs

Inicializa uma nova instância de TextViewCreatedEventArgs para o modo de exibição de texto especificado.

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

Sintaxe

'Declaração
Public Sub New ( _
    textView As ITextView _
)
public TextViewCreatedEventArgs(
    ITextView textView
)
public:
TextViewCreatedEventArgs(
    ITextView^ textView
)
new : 
        textView:ITextView -> TextViewCreatedEventArgs
public function TextViewCreatedEventArgs(
    textView : ITextView
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TextViewCreatedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Editor