IVsDataViewDocumentProvider2 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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) |
由類別實作時,儲存指定的檔。 |