IInternalConfigConfigurationFactory.NormalizeLocationSubPath Metod

Definition

Normaliserar en platsundersökväg för en sökväg till en konfigurationsfil.

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

Parametrar

subPath
String

En sträng som representerar sökvägen till konfigurationsfilen.

errorInfo
IConfigErrorInfo

En instans av IConfigErrorInfo eller null.

Returer

En normaliserad undersökvägssträng.

Gäller för