IInternalConfigRoot Interface

Definition

Defines interfaces used by internal .NET structures to support a configuration root object.

public interface class IInternalConfigRoot
public interface IInternalConfigRoot
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigRoot
type IInternalConfigRoot = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigRoot = interface
Public Interface IInternalConfigRoot
Attributes

Properties

IsDesignTime

Returns a value indicating whether the configuration is a design-time configuration.

Methods

GetConfigRecord(String)

Returns an IInternalConfigRecord object representing a configuration specified by a configuration path.

GetSection(String, String)

Returns an Object representing the data in a section of a configuration file.

GetUniqueConfigPath(String)

Returns a value representing the file path of the nearest configuration ancestor that has configuration data.

GetUniqueConfigRecord(String)

Returns an IInternalConfigRecord object representing a unique configuration record for given configuration path.

Init(IInternalConfigHost, Boolean)

Initializes a configuration object.

RemoveConfig(String)

Finds and removes a configuration record and all its children for a given configuration path.

Events

ConfigChanged

Represents the method that handles the ConfigChanged event of an IInternalConfigRoot object.

ConfigRemoved

Represents the method that handles the ConfigRemoved event of a IInternalConfigRoot object.

Applies to