次の方法で共有


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

戻り値

含まれるファイルへの完全なパス。エラーが発生した場合は空の配列。

適用対象