Condividi tramite


Costruttore TextViewCreatedEventArgs

inizializza una nuova istanza di TextViewCreatedEventArgs per la visualizzazione di testo specificata.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextViewCreatedEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor