Partager via


IInternalConfigConfigurationFactory.NormalizeLocationSubPath Méthode

Définition

Normalise un sous-chemin d'emplacement d'un chemin d'accès à un fichier de configuration.

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

Paramètres

subPath
String

Chaîne représentant le chemin d'accès au fichier de configuration.

errorInfo
IConfigErrorInfo

Instance de IConfigErrorInfo ou null.

Retours

Chaîne de sous-chemin normalisée.

S’applique à