共用方式為


DelegatingConfigHost.GetStreamNameForConfigSource(String, String) 方法

定義

傳回針對組態來源執行 I/O 工作的 Stream 物件名稱。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

streamName
String

針對組態檔執行 I/O 工作的 Stream 物件名稱。

configSource
String

字串,表示組態來源。

傳回

字串,表示針對組態來源執行 I/O 工作的 Stream 物件名稱。

實作

適用於