IIntellisenseSession.TextView Property

Definition

Gets the ITextView inside of which this IntelliSense session was triggered.

public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ TextView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::ITextView ^ TextView { Microsoft::VisualStudio::Text::Editor::ITextView ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextView TextView { get; }
member this.TextView : Microsoft.VisualStudio.Text.Editor.ITextView
Public ReadOnly Property TextView As ITextView

Property Value

The ITextView.

Applies to