MouseHoverEventArgs.View Property

Definition

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.

Applies to