This documentation is archived and is not being maintained.
IInternalConfigRoot Interface
Visual Studio 2010
Defines interfaces used by internal .NET structures to support a configuration root object.
Assembly: System.Configuration (in System.Configuration.dll)
The IInternalConfigRoot type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsDesignTime | Returns a value indicating whether the configuration is a design-time configuration. |
| Name | Description | |
|---|---|---|
![]() | GetConfigRecord | Returns an IInternalConfigRecord object representing a configuration specified by a configuration path. |
![]() | GetSection | Returns an Object representing the data in a section of a configuration file. |
![]() | GetUniqueConfigPath | Returns a value representing the file path of the nearest configuration ancestor that has configuration data. |
![]() | GetUniqueConfigRecord | Returns an IInternalConfigRecord object representing a unique configuration record for given configuration path. |
![]() | Init | Initializes a configuration object. |
![]() | RemoveConfig | Finds and removes a configuration record and all its children for a given configuration path. |
| Name | Description | |
|---|---|---|
![]() | 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
