IInternalConfigConfigurationFactory.NormalizeLocationSubPath Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Normaliseert een locatiesubpad van een pad naar een configuratiebestand.
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
Parameters
- subPath
- String
Een tekenreeks die het pad naar het configuratiebestand vertegenwoordigt.
- errorInfo
- IConfigErrorInfo
Een exemplaar van IConfigErrorInfo of null.
Retouren
Een genormaliseerde tekenreeks voor subpaden.