IDataWriter.DetachStream 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.
Detaches a stream that was previously attached to the writer.
public:
IOutputStream ^ DetachStream();
IOutputStream DetachStream();
public IOutputStream DetachStream();
function detachStream()
Public Function DetachStream () As IOutputStream
Returns
The detached stream.