DtProjectStorage.CreateStream(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.
public:
virtual System::IO::Stream ^ CreateStream(System::String ^ streamName, System::String ^ contentType);
public System.IO.Stream CreateStream (string streamName, string contentType);
abstract member CreateStream : string * string -> System.IO.Stream
override this.CreateStream : string * string -> System.IO.Stream
Public Function CreateStream (streamName As String, contentType As String) As Stream
Parameters
- streamName
- String
- contentType
- String