TextViewCreatedEventArgs(ITextView) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a 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)