IInternalConfigConfigurationFactory インターフェイス

定義

内部デザイン時 API が Configuration オブジェクトを作成するために使用するインターフェイスを定義します。

public interface class IInternalConfigConfigurationFactory
public interface IInternalConfigConfigurationFactory
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigConfigurationFactory
type IInternalConfigConfigurationFactory = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigConfigurationFactory = interface
Public Interface IInternalConfigConfigurationFactory
属性

メソッド

名前 説明
Create(Type, Object[])

Configuration オブジェクトを作成して初期化します。

NormalizeLocationSubPath(String, IConfigErrorInfo)

構成ファイルへのパスの場所サブパスを正規化します。

適用対象