DelegatingConfigHost.GetStreamNameForConfigSource(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回針對組態來源執行 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
參數
- configSource
- String
字串,表示組態來源。
傳回
字串,表示針對組態來源執行 I/O 工作的 Stream 物件名稱。