Compartilhar via


Método IIntellisenseSession.GetTriggerPoint (ITextSnapshot)

Obtém o SnapshotPoint em que esta sessão de IntelliSense foi disparado em termos de contas ITextSnapshot.

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

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

Tipo: Nullable<SnapshotPoint>
Um anulável SnapshotPoint.

Comentários

Os chamadores devem tomar cuidado para passar somente ITextSnapshot os objetos que o IBufferGraph do modo de exibição de texto.

Segurança do .NET Framework

Consulte também

Referência

IIntellisenseSession Interface

Sobrecargas GetTriggerPoint

Namespace Microsoft.VisualStudio.Language.Intellisense