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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.