DelegatingConfigHost.GetStreamNameForConfigSource(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of a Stream object performing I/O tasks on a configuration source.
This API supports the product infrastructure and is not intended to be used directly from your code.
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
Parameters
- configSource
- String
A string representing the configuration source.
Returns
A string representing the name of a Stream object performing I/O tasks on a configuration source.
Implements
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.