IVsDataViewDocumentProvider2 Interface

Definition

Important

This API is not CLS-compliant.

Represents the ability to support customizing the dirty status and saving logic for documents in a data view hierarchy.

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
Attributes

Methods

IsDirty(Int32, Object)

When implemented by a class, indicates whether the specified document has data that is modified and is not saved yet.

Save(Int32, Object, VSSAVEFLAGS, String)

When implemented by a class, saves the specified document.

Applies to