IRegistrationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a method that locates the path of the registration service.
public interface class IRegistrationService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("7c28a9f0-0a0e-485e-9699-f1b8aa04de60")]
public interface IRegistrationService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("7c28a9f0-0a0e-485e-9699-f1b8aa04de60")>]
type IRegistrationService = interface
Public Interface IRegistrationService
- Derived
- Attributes
Methods
GetConfigurationSection<T>() |
Indicates a method that gets the configuration from the specified location. |
LoadConfiguration(Stream) |
Loads the configuration information from the specified stream. |
LoadConfiguration(Uri) |
Loads the configuration information from the specified location. |