IInternalConfigConfigurationFactory.NormalizeLocationSubPath Methode

Definition

Normalisiert einen untergeordneten Pfad eines Speicherorts in eine 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 von null.

Gibt zurück

Eine normalisierte Zeichenfolge eines untergeordneten Pfades.

Gilt für: