共用方式為


IVsDataViewDocumentProvider2 介面

定義

重要

此 API 不符合 CLS 規範。

表示支援自定義數據檢視階層中檔的已變更狀態和儲存邏輯的能力。

public interface class IVsDataViewDocumentProvider2
[System.CLSCompliant(false)]
public interface IVsDataViewDocumentProvider2
public interface IVsDataViewDocumentProvider2
[<System.CLSCompliant(false)>]
type IVsDataViewDocumentProvider2 = interface
type IVsDataViewDocumentProvider2 = interface
Public Interface IVsDataViewDocumentProvider2
屬性

方法

IsDirty(Int32, Object)

由類別實作時,指出指定的檔是否有修改且尚未儲存的數據。

Save(Int32, Object, VSSAVEFLAGS, String)

由類別實作時,儲存指定的檔。

適用於