次の方法で共有


DelegatingConfigHost.IsLocationApplicable(String) メソッド

定義

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

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

configPath
String

構成ファイルへのパスを表す文字列。

戻り値

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

実装

適用対象