DelegatingConfigHost.IsLocationApplicable(String) Method

Definition

Returns a value indicating whether the configuration object supports a location tag.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

configPath
String

A string representing the path to a configuration file.

Returns

true if the configuration object supports a location tag; otherwise, false.

Implements

Applies to