IEditorOptionsFactoryService 介面
表示服務,這個服務會取得指定之範圍或全域範圍的 IEditorOptions。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)
語法
'宣告
Public Interface IEditorOptionsFactoryService
public interface IEditorOptionsFactoryService
public interface class IEditorOptionsFactoryService
type IEditorOptionsFactoryService = interface end
public interface IEditorOptionsFactoryService
IEditorOptionsFactoryService 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
GlobalOptions | 取得全域 IEditorOptions。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
CreateOptions | 建立未繫結至任何特定範圍的新 IEditorOptions 執行個體。 | |
GetOptions | 取得 IPropertyOwner 的 IEditorOptions。緩衝區和檢視都是屬性擁有者。如果先前尚未建立任何選項,則為範圍建立新的選項。 |
回頁首
備註
這是 MEF 元件的組件,並應該匯入,如下所示:
[Import] IEditorOptionsFactoryService factory = null;