Returns the tag for the resource item for use in Manager
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IExtendResourceItem
Dim resourceItem As GISResourceItem
Dim tagPrefix As String
Dim customTagAssembly As String
Dim customTagNamespace As String
Dim value As String
value = instance.ToResourceItemTag(resourceItem, tagPrefix, customTagAssembly, customTagNamespace) |
Parameters
- resourceItem
- The resource item to generate the tag for.
- tagPrefix
- The prefix to use for the tag. It a custom tag is required, the value of this parameter should be changed to the custom tag prefix.
- customTagAssembly
- Assembly of the custom tag prefix that has to be registered on the page
- customTagNamespace
- Namespacec of the custom tag prefix that has to be registered on the page
Return Value
A string with the tag.
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