ISmartTagBroker.CreateSmartTagSession, méthode

Crée une session de balise active pour les balises actives du type spécifié à l'emplacement spécifié.

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

Syntaxe

'Déclaration
Function CreateSmartTagSession ( _
    textView As ITextView, _
    type As SmartTagType, _
    triggerPoint As ITrackingPoint, _
    state As SmartTagState _
) As ISmartTagSession
ISmartTagSession CreateSmartTagSession(
    ITextView textView,
    SmartTagType type,
    ITrackingPoint triggerPoint,
    SmartTagState state
)
ISmartTagSession^ CreateSmartTagSession(
    ITextView^ textView, 
    SmartTagType type, 
    ITrackingPoint^ triggerPoint, 
    SmartTagState state
)
abstract CreateSmartTagSession : 
        textView:ITextView * 
        type:SmartTagType * 
        triggerPoint:ITrackingPoint * 
        state:SmartTagState -> ISmartTagSession
function CreateSmartTagSession(
    textView : ITextView, 
    type : SmartTagType, 
    triggerPoint : ITrackingPoint, 
    state : SmartTagState
) : ISmartTagSession

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Language.Intellisense.ISmartTagSession
Session de balise active valide.

Sécurité .NET Framework

Voir aussi

Référence

ISmartTagBroker Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms