DelegatingConfigHost.GetStreamVersion(String) Method

Definition

Returns a FileVersion object representing the version of a Stream object performing I/O tasks on a configuration file.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual System::Object ^ GetStreamVersion(System::String ^ streamName);
public virtual object GetStreamVersion (string streamName);
abstract member GetStreamVersion : string -> obj
override this.GetStreamVersion : string -> obj
Public Overridable Function GetStreamVersion (streamName As String) As Object

Parameters

streamName
String

The name of a Stream object performing I/O tasks on a configuration file.

Returns

A FileVersion object representing the version of a Stream object performing I/O tasks on a configuration file.

Implements

Applies to