Returns the resource item for the provided data source info, for use in the IDE and in custom web applications
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IExtendResourceItem
Dim dataSourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.DataSourceInfo
Dim resourceInfo As ESRI.ArcGIS.ADF.Web.DataSources.ResourceInfo
Dim resourceItemName As String
Dim value As GISResourceItem
value = instance.ToResourceItem(dataSourceInfo, resourceInfo, resourceItemName) |
Parameters
- dataSourceInfo
- The data source info to generate the item for.
- resourceInfo
- The resource info to generate the item for.
- resourceItemName
- The name to assign the resource item.
Return Value
A resource item
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