Share via


TextViewCreatedEventArgs.TextView, propriété

Élément ITextView récemment créé.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.ITextView
Affichage de texte.

Sécurité .NET Framework

Voir aussi

Référence

TextViewCreatedEventArgs Classe

Microsoft.VisualStudio.Text.Editor, espace de noms