RuleSetInclude 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.
Represents a Include tag in a RuleSet file.
public ref class RuleSetInclude
public class RuleSetInclude
type RuleSetInclude = class
Public Class RuleSetInclude
- Inheritance
-
RuleSetInclude
Constructors
RuleSetInclude(String, ReportDiagnostic) |
Create a RuleSetInclude given the include path and the effective action. |
Properties
Action |
The effective action to apply on this included ruleset. |
IncludePath |
The path of the included file. |
Methods
LoadRuleSet(RuleSet) |
Gets the RuleSet associated with this ruleset include |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.