次の方法で共有


IInternalConfigHost.GetStreamName(String) メソッド

定義

構成ファイルで I/O タスクを実行する Stream オブジェクトに関連付けられている構成ファイル名を表す文字列を返します。

public:
 System::String ^ GetStreamName(System::String ^ configPath);
public string GetStreamName (string configPath);
abstract member GetStreamName : string -> string
Public Function GetStreamName (configPath As String) As String

パラメーター

configPath
String

アプリケーション構成ファイルのパスを表す文字列。

戻り値

構成ファイルで I/O タスクを実行する Stream に関連付けられている構成ファイル名を表す文字列。

適用対象