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

適用対象