IIntellisenseSession::GetTriggerPoint Method (ITextBuffer^)

 

Gets the ITrackingPoint at which this IntelliSense session was triggered for the specified ITextBuffer.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

ITrackingPoint^ GetTriggerPoint(
	ITextBuffer^ textBuffer
)

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.

Return to top
Show: