RuleSet.Includes プロパティ

定義

このルールセットに含まれるルールセットの一覧。

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::RuleSetInclude ^> Includes { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::RuleSetInclude ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.RuleSetInclude> Includes { get; }
member this.Includes : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.RuleSetInclude>
Public ReadOnly Property Includes As ImmutableArray(Of RuleSetInclude)

プロパティ値

適用対象