RuleSetInclude Class

Definition

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