ESRI.ArcGIS.Mobile.Client
PrivateReadXml Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > ApplicationSettings Class : PrivateReadXml Method

reader
Reads any application settings defined in this portion of the partial class.

Syntax

Visual Basic (Declaration) 
Protected Function PrivateReadXml( _
   ByVal reader As XmlReader _
) As Boolean
C# 
protected bool PrivateReadXml( 
   XmlReader reader
)

Parameters

reader

Return Value

True if it recognizes the current element and read it successfully; false otherwise.

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