ESRI.ArcGIS.Mobile.Client
SearchFeaturesTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures Namespace : SearchFeaturesTask Class

Task that is used for searching features on a map.

Syntax

Visual Basic (Declaration) 
<CaptionAttribute("Search Features Task")>
Public Class SearchFeaturesTask 
   Inherits Task
   Implements IDynamicXmlSerializableIJsonSerializer 
C# 
[CaptionAttribute("Search Features Task")]
public class SearchFeaturesTask : Task, IDynamicXmlSerializableIJsonSerializer  

Remarks

SearchFeaturesTask is a built-in task provided by application framework, and can be added to or removed from your mobile project when you author it using Mobile Project Center. At the date of this document, you won't be able to customize the task itself. However, there is one extensible point where you can customize the FeatureActionItems on the SearchResultsPage.

For more details, see FeatureActionItem.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Extension
      ESRI.ArcGIS.Mobile.Client.ProjectExtension
         ESRI.ArcGIS.Mobile.Client.Task
            ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures.SearchFeaturesTask

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also