IInternalConfigConfigurationFactory.NormalizeLocationSubPath メソッド

定義

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

public:
 System::String ^ NormalizeLocationSubPath(System::String ^ subPath, System::Configuration::Internal::IConfigErrorInfo ^ errorInfo);
public string NormalizeLocationSubPath(string subPath, System.Configuration.Internal.IConfigErrorInfo errorInfo);
abstract member NormalizeLocationSubPath : string * System.Configuration.Internal.IConfigErrorInfo -> string
Public Function NormalizeLocationSubPath (subPath As String, errorInfo As IConfigErrorInfo) As String

パラメーター

subPath
String

構成ファイルへのパスを表す文字列。

errorInfo
IConfigErrorInfo

IConfigErrorInfoまたはnullのインスタンス。

返品

正規化されたサブパス文字列。

適用対象