ESRI.ArcGIS.Mobile.Client
GetImageSource Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Task Class : GetImageSource Method

Returns the ImageSource associated with this Task. Override this method to allow the ImageSource property to initialized on-demand (i.e., the first time its value is requested).

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetImageSource() As ImageSource
C# 
protected virtual ImageSource GetImageSource()

Requirements

Target 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

See Also