RuleSet.GetEffectiveIncludesFromFile(String) Method
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.