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

戻り値

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

適用対象