DocData.IsDirty(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Repeats the functionality provided by IVsPersistDocData2.IsDocDataDirty.
public:
virtual int IsDirty([Runtime::InteropServices::Out] int % dirty);
public int IsDirty (out int dirty);
abstract member IsDirty : int -> int
override this.IsDirty : int -> int
Public Function IsDirty (ByRef dirty As Integer) As Integer
Parameters
- dirty
- Int32
1 if the document is dirty.