This document is archived and information here might be outdated. Recommended version. |
True if there are any completed edit operations that need to be saved .
[Visual Basic .NET]
Public Sub HasEdits ( _
ByRef HasEdits As Boolean _
)
[C#]
public void HasEdits (
ref bool HasEdits
);
[C++]
HRESULT HasEdits(
Boolean* HasEdits
);
[C++] Parameters HasEdits [in, out]
HasEdits is a parameter of type bool*