IInternalConfigConfigurationFactory.NormalizeLocationSubPath Methode

Definition

Normalisiert einen Speicherort-Unterpfad eines Pfads zu einer Konfigurationsdatei.

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

Parameter

subPath
String

Eine Zeichenfolge, die den Pfad zur Konfigurationsdatei darstellt.

errorInfo
IConfigErrorInfo

Eine Instanz von IConfigErrorInfo oder null.

Gibt zurück

Eine normalisierte Unterpfadzeichenfolge.

Gilt für: