TextViewCreatedEventArgs(ITextView) Конструктор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает документ 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)