次の方法で共有


IInternalConfigHost.IsAboveApplication(String) メソッド

定義

構成ファイルが構成の階層構造内でアプリケーション構成よりも上位レベルにあるかどうかを示す値を返します。

public:
 bool IsAboveApplication(System::String ^ configPath);
public bool IsAboveApplication (string configPath);
abstract member IsAboveApplication : string -> bool
Public Function IsAboveApplication (configPath As String) As Boolean

パラメーター

configPath
String

アプリケーション構成ファイルのパスを表す文字列。

戻り値

構成ファイルが構成の階層構造内でアプリケーション構成よりも上位レベルにある場合は true。それ以外の場合は false

適用対象