Compartilhar via


Propriedade TextViewCreatedEventArgs.TextView

O recém-criado ITextView.

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

Sintaxe

'Declaração
Public Property TextView As ITextView
public ITextView TextView { get; private set; }
public:
property ITextView^ TextView {
    ITextView^ get ();
    private: void set (ITextView^ value);
}
member TextView : ITextView with get, private set
function get TextView () : ITextView 
private function set TextView (value : ITextView)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Editor.ITextView
O modo de texto.

Segurança do .NET Framework

Consulte também

Referência

TextViewCreatedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Editor