Partager via


IIntellisenseSession.GetTriggerPoint, méthode (ITextSnapshot)

Obtient le SnapshotPoint auquel cette session IntelliSense a été déclenchée dans l'ITextSnapshot spécifié.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Function GetTriggerPoint ( _
    textSnapshot As ITextSnapshot _
) As Nullable(Of SnapshotPoint)
Nullable<SnapshotPoint> GetTriggerPoint(
    ITextSnapshot textSnapshot
)
Nullable<SnapshotPoint> GetTriggerPoint(
    ITextSnapshot^ textSnapshot
)
abstract GetTriggerPoint : 
        textSnapshot:ITextSnapshot -> Nullable<SnapshotPoint> 
function GetTriggerPoint(
    textSnapshot : ITextSnapshot
) : Nullable<SnapshotPoint>

Paramètres

Valeur de retour

Type : Nullable<SnapshotPoint>
SnapshotPoint nullable.

Notes

Les appelants doivent faire preuve pour passer uniquement des objets d'ITextSnapshot ces IBufferGraph de l'affichage de texte.

Sécurité .NET Framework

Voir aussi

Référence

IIntellisenseSession Interface

GetTriggerPoint, surcharge

Microsoft.VisualStudio.Language.Intellisense, espace de noms