This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEdit Interface > IVersionEdit.ModifiedClasses Property (ArcObjects .NET 10.4 SDK) |
All objects modified by the current and reconciled versions.
[Visual Basic .NET] Public ReadOnly Property ModifiedClasses As IEnumBSTR
[C#] public IEnumBSTR ModifiedClasses {get;}
[C++]
HRESULT get_ModifiedClasses(
IEnumBSTR** classNames
);
[C++]
Parameters classNames [out, retval]
classNames is a parameter of type IEnumBSTR
The read-only property ModifiedClasses returns an IEnumBSTR that can be used to iterate over the names of the tables that have been modified by the current version being edited and the target reconciled version.
This property should only be called after a Reconcile or the enumeration will be empty.