Parses the service name and data frame from a string resource definition.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim resourceDefinition As String
Dim service As String
Dim dataFrame As String
MapResourceBase.FromResourceDefinition(resourceDefinition, service, dataFrame) |
Parameters
- resourceDefinition
- Resource definition, e.g., "(Layers)@MyMapService".
- service
- Name of the service (e.g., MyMapService).
- dataFrame
- Data frame (e.g., (Layers)).
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