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 对象关联的配置文件名称。

适用于