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)

由类实现时,保存指定的文档。

适用于