IInternalConfigConfigurationFactory.NormalizeLocationSubPath メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイルへのパスの場所サブパスを正規化します。
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のインスタンス。
返品
正規化されたサブパス文字列。