IRegistrationService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义了一种定位注册服务路径的方法。
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
- 派生
- 属性
方法
| 名称 | 说明 |
|---|---|
| GetConfigurationSection<T>() |
表示从指定位置获取配置的方法。 |
| LoadConfiguration(Stream) |
从指定的流加载配置信息。 |
| LoadConfiguration(Uri) |
从指定位置加载配置信息。 |