IIntellisenseSession::GetTriggerPoint Method (ITextSnapshot^)

 

Gets the SnapshotPoint at which this IntelliSense session was triggered in terms of the specified ITextSnapshot.

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

Nullable<SnapshotPoint> GetTriggerPoint(
	ITextSnapshot^ textSnapshot
)

Return Value

Type: System::Nullable<SnapshotPoint>

A nullable SnapshotPoint.

Callers should take care to pass only ITextSnapshot objects that the IBufferGraph of the text view.

Return to top
Show: