次の方法で共有


IInternalConfigHost.IsLocationApplicable(String) メソッド

定義

構成オブジェクトが位置タグをサポートしているかどうかを示す値を返します。

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

パラメーター

configPath
String

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

戻り値

構成オブジェクトが位置タグをサポートしている場合は true。それ以外の場合は false

適用対象