IInternalConfigConfigurationFactory.NormalizeLocationSubPath 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
正規化組態檔路徑的位置子路徑。
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 的執行個體 (Instance) 或 null
。
傳回
正規化的子路徑字串。