RuleSet.GetEffectiveIncludesFromFile(String) 方法

定义

从指定文件获取向规则集贡献规则的所有文件的路径。 另请参阅: 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)

参数

filePath
String

返回

包含文件的完整路径,如果出现错误,则为空数组。

适用于