ESRI.ArcGIS.ADF.Web.UI.WebControls
GetLocalResourceObject(String,Type,String) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UserControlTaskPanel Class > GetLocalResourceObject Method : GetLocalResourceObject(String,Type,String) Method




resourceKey
objType
propName

Syntax

Visual Basic (Declaration) 
Protected Overloads Function GetLocalResourceObject( _
   ByVal resourceKey As String, _
   ByVal objType As Type, _
   ByVal propName As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As UserControlTaskPanel
Dim resourceKey As String
Dim objType As Type
Dim propName As String
Dim value As Object
 
value = instance.GetLocalResourceObject(resourceKey, objType, propName)
C# 
protected object GetLocalResourceObject( 
   string resourceKey,
   Type objType,
   string propName
)

Parameters

resourceKey
objType
propName

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

© 2011 All Rights Reserved.