| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function GetMetrics( _ ByVal template As Stream, _ ByVal ignoreTags As Boolean, _ Optional ByVal license As String _ ) As TemplateMetrics | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim template As Stream Dim ignoreTags As Boolean Dim license As String Dim value As TemplateMetrics value = Report.GetMetrics(template, ignoreTags, license) | |
| C# | |
|---|---|
public static TemplateMetrics GetMetrics( Stream template, bool ignoreTags, string license ) | |
| Managed Extensions for C++ | |
|---|---|
public: static TemplateMetrics* GetMetrics( Stream* template, bool ignoreTags, string* license ) | |
| C++/CLI | |
|---|---|
public: static TemplateMetrics^ GetMetrics( Stream^ template, bool ignoreTags, String^ license ) | |
Parameters
- template
- The template to scan.
- ignoreTags
- true to not look at tags for needed ${vars}.
- license
- Optionally pass in a license to use for this call.
Return Value
The metrics in the passed in template.Requirements
Platforms: Windows 10, Windows NT, Windows Server