共用方式為


IInternalConfigHost.GetStreamNameForConfigSource(String, String) 方法

定義

傳回字串,表示與針對遠端組態檔執行 I/O 工作之 Stream 物件相關聯的組態檔名稱。

public:
 System::String ^ GetStreamNameForConfigSource(System::String ^ streamName, System::String ^ configSource);
public string GetStreamNameForConfigSource (string streamName, string configSource);
abstract member GetStreamNameForConfigSource : string * string -> string
Public Function GetStreamNameForConfigSource (streamName As String, configSource As String) As String

參數

streamName
String

字串,表示與針對組態檔執行 I/O 工作之 Stream 物件相關聯的組態檔名稱。

configSource
String

字串,表示遠端組態檔的路徑。

傳回

字串,表示與針對組態檔執行 I/O 工作之 Stream 物件相關聯的組態檔名稱。

適用於