RuleSet.GetEffectiveIncludesFromFile(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的檔案取得所有參與規則之檔案的路徑。 另請參閱: 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
傳回
包含檔案的完整路徑,如果發生錯誤,則為空陣列。