ITextStructureNavigatorSelectorService 介面
根據內容類型選取並快取 ITextStructureNavigator 物件。
命名空間: Microsoft.VisualStudio.Text.Operations
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
Public Interface ITextStructureNavigatorSelectorService
public interface ITextStructureNavigatorSelectorService
public interface class ITextStructureNavigatorSelectorService
type ITextStructureNavigatorSelectorService = interface end
public interface ITextStructureNavigatorSelectorService
ITextStructureNavigatorSelectorService 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CreateTextStructureNavigator | 使用指定的 IContentType 來選取巡覽器,為指定的 ITextBuffer 建立新的 ITextStructureNavigator。 | |
GetTextStructureNavigator | 透過建立新巡覽器或使用快取的值,為指定的 ITextBuffer 取得 ITextStructureNavigator。 |
回頁首
備註
這是將 MEF 元件組件中,並應匯出具有下列屬性:
[Import]
internal ITextStructureNavigatorSelectorService navigatorSelector = null;
範例
如需如何使用這項服務,以取得文字結構巡覽的範例,請參閱逐步解說: 反白顯示文字。