Proprietà IIntellisensePresenter.Session
Ottiene la sessione che il presentatore sta eseguendo il rendering.
Spazio dei nomi: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Sintassi
'Dichiarazione
ReadOnly Property Session As IIntellisenseSession
IIntellisenseSession Session { get; }
property IIntellisenseSession^ Session {
IIntellisenseSession^ get ();
}
abstract Session : IIntellisenseSession with get
function get Session () : IIntellisenseSession
Valore proprietà
Tipo: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
la sessione.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IIntellisensePresenter Interfaccia
Spazio dei nomi Microsoft.VisualStudio.Language.Intellisense