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
- 衍生
- 屬性
方法
| 名稱 | Description |
|---|---|
| GetConfigurationSection<T>() |
表示從指定位置取得配置的方法。 |
| LoadConfiguration(Stream) |
從指定的串流載入設定資訊。 |
| LoadConfiguration(Uri) |
從指定位置載入設定資訊。 |