This document is archived and information here might be outdated. Recommended version. |
Is the workspace currently in an edit operation?.
[Visual Basic .NET]
Public ReadOnly Property IsInEditOperation As Boolean
[C#]
public bool IsInEditOperation {get;}
[C++]
HRESULT get_IsInEditOperation(
Boolean* inEditOp
);
[C++] Parameters inEditOp [out, retval]
inEditOp is a parameter of type bool*
Returns a Boolean corresponding to if the workspace is currently in an edit operation. This Boolean property should be used when deciding to start an edit operation.