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
textView
Type : Microsoft.VisualStudio.Text.Editor.ITextView
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.