DeploymentContributorConfigurationSetup.OpenNewOutput 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 a new output configuration file stream that is open for read and write.
public System.IO.Stream OpenNewOutput (string fileName, System.Collections.Generic.IDictionary<string,string> metadata);
member this.OpenNewOutput : string * System.Collections.Generic.IDictionary<string, string> -> System.IO.Stream
Public Function OpenNewOutput (fileName As String, metadata As IDictionary(Of String, String)) As Stream
Parameters
- fileName
- String
A partial file name.
- metadata
- IDictionary<String,String>
The metadata to be saved to the file.