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
派生
属性

メソッド

GetConfigurationSection<T>()

指定された場所から構成を取得するメソッドを示します。

LoadConfiguration(Stream)

指定されたストリームから構成情報を読み込みます。

LoadConfiguration(Uri)

指定された場所から構成情報を読み込みます。

適用対象