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)

Параметры

textView
ITextView

Созданный объект класса ITextView.

Применяется к