IIntellisenseSession::GetTriggerPoint Method (ITextBuffer^)
Visual Studio 2015
Gets the ITrackingPoint at which this IntelliSense session was triggered for the specified ITextBuffer.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- textBuffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The ITextBuffer for which a trigger point should be returned.
Callers should take care to pass only ITextBuffer objects that are in the IBufferGraph of the text view.
Show: