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>
參數
textView
類型:Microsoft.VisualStudio.Text.Editor.ITextView要從其中取得完成項目的 ITextView。
傳回值
類型:ReadOnlyCollection<ICompletionSession>
型別為 ICompletionSession 的 ReadOnlyCollection。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。