共用方式為


IQuickInfoBroker.GetSessions 方法

在此 Broker 運作所在的 ITextView 取得作用中快速諮詢工作階段集。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Function GetSessions ( _
    textView As ITextView _
) As ReadOnlyCollection(Of IQuickInfoSession)
ReadOnlyCollection<IQuickInfoSession> GetSessions(
    ITextView textView
)
ReadOnlyCollection<IQuickInfoSession^>^ GetSessions(
    ITextView^ textView
)
abstract GetSessions : 
        textView:ITextView -> ReadOnlyCollection<IQuickInfoSession> 
function GetSessions(
    textView : ITextView
) : ReadOnlyCollection<IQuickInfoSession>

參數

傳回值

類型:ReadOnlyCollection<IQuickInfoSession>
指定 ITextView 物件的作用中有效快速諮詢工作階段清單。

.NET Framework 安全性

請參閱

參考

IQuickInfoBroker 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間