ESRI.ArcGIS.Mobile.Client
FindProjectExtension Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > MobileApplication Class : FindProjectExtension Method

type
The type of extension to search for.
Finds the first extension of a given type. This searches for the given extension first in the current project's ProjectExtensions collection, followed by the application's GlobalProjectExtensions collection.

Syntax

Visual Basic (Declaration) 
Public Function FindProjectExtension( _
   ByVal type As Type _
) As ProjectExtension
C# 
public ProjectExtension FindProjectExtension( 
   Type type
)

Parameters

type
The type of extension to search for.

Return Value

The extension of the given type. Null if no extension was found.

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