| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub GetTagTree( _ ByVal template As Stream, _ ByVal xmlTagTree As Stream, _ Optional ByVal license As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim template As Stream Dim xmlTagTree As Stream Dim license As String Report.GetTagTree(template, xmlTagTree, license) | |
| Managed Extensions for C++ | |
|---|---|
public: static void GetTagTree( Stream* template, Stream* xmlTagTree, string* license ) | |
Parameters
- template
- The template to scan.
- xmlTagTree
- Write the xml file to this stream.
- license
- Optionally pass in a license to use.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family