IInternalConfigConfigurationFactory.NormalizeLocationSubPath Methode

Definitie

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.

Van toepassing op