TextViewCreatedEventArgs(ITextView) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Constrói um TextViewCreatedEventArgs.
public:
TextViewCreatedEventArgs(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
TextViewCreatedEventArgs(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
TextViewCreatedEventArgs(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public TextViewCreatedEventArgs (Microsoft.VisualStudio.Text.Editor.ITextView textView);
new Microsoft.VisualStudio.Text.Editor.TextViewCreatedEventArgs : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.Editor.TextViewCreatedEventArgs
Public Sub New (textView As ITextView)