TextViewCreatedEventArgs::TextView Property

 

The newly created ITextView.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property ITextView^ TextView {
	[CompilerGeneratedAttribute]
	ITextView^ get();
	[CompilerGeneratedAttribute]
	private: void set(ITextView^ value);
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ITextView^

The text view.

Return to top
Show: