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
textSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshot
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IIntellisenseSession Interface
Microsoft.VisualStudio.Language.Intellisense, espace de noms