次の方法で共有


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 オブジェクトの名前を表す文字列。

実装

適用対象