共用方式為


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 的執行個體 (Instance) 或 null

傳回

正規化的子路徑字串。

適用於