public IEnumerable<Item> GetItems()
Public Function GetItems() As IEnumerable(Of Item)
Return Value
Returns an enumerable collection of items
public IEnumerable<Item> GetItems()
Public Function GetItems() As IEnumerable(Of Item)
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
For example, returns a list of all the feature datasets, feature classes, tables and so on within a database. Or, returns a list of all the subfolders and other items within a folder.
Target Platforms: Windows 10, Windows 8.1