IVsCustomClosedFileDocDataProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
MEF 匯出以允許延伸模組為檔案提供自定義 IVsPersistDocData ,而不是針對尋找案例使用預設值
public interface IVsCustomClosedFileDocDataProvider
type IVsCustomClosedFileDocDataProvider = interface
Public Interface IVsCustomClosedFileDocDataProvider
方法
GetCustomDocDataForFilePathAsync(String, CancellationToken) |
在尋找案例中呼叫,以允許自定義編輯器提供 IVsPersistDocData 關閉檔案的實作。 IVsPersistDocData自定義編輯器所提供的 應該與在 Visual Studio 中開啟檔案時提供給執行文件表的相同。 IVsPersistDocData自定義編輯器的實作也必須實IVsTextLines作和IVsUserData公開目前的ITextSnapshot |