共用方式為


ICompletionBroker.GetSessions 方法

取得作用中陳述式完成工作階段的清單。

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

語法

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

參數

傳回值

類型:ReadOnlyCollection<ICompletionSession>
型別為 ICompletionSessionReadOnlyCollection

.NET Framework 安全性

請參閱

參考

ICompletionBroker 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間