Share via


IVsDataViewDocumentProvider2.IsDirty(Int32, Object) Method

Definition

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

public:
 bool IsDirty(int itemId, System::Object ^ documentData);
public bool IsDirty (int itemId, object documentData);
abstract member IsDirty : int * obj -> bool
Public Function IsDirty (itemId As Integer, documentData As Object) As Boolean

Parameters

itemId
Int32

A numerical identifier for the node in the data view.

documentData
Object

The data contained in the document.

Returns

true if the document has data that is modified and is not saved yet; otherwise, false.

Applies to