Share via


TextViewCreatedEventArgs, constructeur

Initialise une nouvelle instance de l'élément TextViewCreatedEventArgs correspondant à l'affichage de texte spécifié.

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

Syntaxe

'Déclaration
Public Sub New ( _
    textView As ITextView _
)
public TextViewCreatedEventArgs(
    ITextView textView
)
public:
TextViewCreatedEventArgs(
    ITextView^ textView
)
new : 
        textView:ITextView -> TextViewCreatedEventArgs
public function TextViewCreatedEventArgs(
    textView : ITextView
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TextViewCreatedEventArgs Classe

Microsoft.VisualStudio.Text.Editor, espace de noms