ArcObjects Library Reference (Editor)  

IVersionChangesWindow.IDs Property

Enumerate the difference row IDs of the current class.

[Visual Basic .NET]
Public Function get_IDs ( _
    ByVal className As String, _
    ByVal changeType As esriChangeType _
) As IEnumIDs
[C#]
public IEnumIDs get_IDs (
    string className,
    esriChangeType changeType
);

Product Availability

Available with ArcGIS Desktop.

See Also

IVersionChangesWindow Interface