AnalyzerResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Analyzer result. Contains variables and template references.
public class AnalyzerResult
type AnalyzerResult = class
Public Class AnalyzerResult
- Inheritance
-
AnalyzerResult
Constructors
AnalyzerResult(List<String>, List<String>) |
Initializes a new instance of the AnalyzerResult class. |
Properties
TemplateReferences |
Gets or sets template references that this template contains. |
Variables |
Gets or sets variables that this template contains. |
Methods
Union(AnalyzerResult) |
Combine two analyzer results. |