ISmartTagBroker.GetSessions(ITextView) Yöntem

Tanım

Belirtilen metin görünümü için şu anda etkin olan akıllı etiket oturumlarının listesini alır. Akıllı Etiketler, hafif bultlerin yararına kullanım dışı bırakılmıştır. ILightBulbBrokerDeğiştirme için bkz..

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Language::Intellisense::ISmartTagSession ^> ^ GetSessions(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.ISmartTagSession> GetSessions (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetSessions : Microsoft.VisualStudio.Text.Editor.ITextView -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Language.Intellisense.ISmartTagSession>
Public Function GetSessions (textView As ITextView) As ReadOnlyCollection(Of ISmartTagSession)

Parametreler

textView
ITextView

ITextViewBir akıllı etiket oturumları listesinin alınacağı yer.

Döndürülenler

ReadOnlyCollection<ISmartTagSession>

Belirtilen için akıllı etiket oturumlarının listesi ITextView .

Şunlara uygulanır