IInternalConfigConfigurationFactory.NormalizeLocationSubPath 메서드

정의

구성 파일에 대한 경로의 위치 하위 경로를 정규화합니다.

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

매개 변수

subPath
String

구성 파일의 경로를 나타내는 문자열입니다.

errorInfo
IConfigErrorInfo

또는 .의 IConfigErrorInfo 인스턴스입니다 null.

반품

정규화된 하위 경로 문자열입니다.

적용 대상