共用方式為


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 取得 IPropertyOwnerIEditorOptions。緩衝區和檢視都是屬性擁有者。如果先前尚未建立任何選項,則為範圍建立新的選項。

回頁首

備註

這是 MEF 元件的組件,並應該匯入,如下所示:

[Import] IEditorOptionsFactoryService factory = null;

請參閱

參考

Microsoft.VisualStudio.Text.Editor 命名空間