ArcObjects Library Reference (DataSourcesFile)  

IArcInfoTable.ItemSet Property

Item Collection for this Feature Class or Info Table.

[Visual Basic .NET]
Public ReadOnly Property ItemSet As IArcInfoItems
[C#]
public IArcInfoItems ItemSet {get;}
[C++]
HRESULT get_ItemSet(
  IArcInfoItems** ItemSet
);
[C++]

Parameters

ItemSet [out, retval]

  ItemSet is a parameter of type IArcInfoItems

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IArcInfoTable Interface