共用方式為


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

傳回

包含檔案的完整路徑,如果發生錯誤,則為空陣列。

適用於