RuleSet.GetEffectiveIncludesFromFile(String) Method

Definition

Get the paths to all files contributing rules to the ruleset from the specified file. See also: LoadEffectiveRuleSetFromFile(String).

public:
 static System::Collections::Immutable::ImmutableArray<System::String ^> GetEffectiveIncludesFromFile(System::String ^ filePath);
public static System.Collections.Immutable.ImmutableArray<string> GetEffectiveIncludesFromFile (string filePath);
static member GetEffectiveIncludesFromFile : string -> System.Collections.Immutable.ImmutableArray<string>
Public Shared Function GetEffectiveIncludesFromFile (filePath As String) As ImmutableArray(Of String)

Parameters

filePath
String

Returns

The full paths to included files, or an empty array if there were errors.

Applies to