MouseHoverEventArgs.View Property
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.
The view for which the hover event is being generated.
public:
property Microsoft::VisualStudio::Text::Editor::ITextView ^ View { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public:
property Microsoft::VisualStudio::Text::Editor::ITextView ^ View { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextView View { get; }
member this.View : Microsoft.VisualStudio.Text.Editor.ITextView
Public ReadOnly Property View As ITextView
Property Value
The view for which the hover event is being generated.