IRegistrationService 介面

定義

定義一種方法,用以定位註冊服務的路徑。

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)

從指定位置載入設定資訊。

適用於