NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeStream Class

The code stream is used to load and save the document.

Object
   CodeStream

[Visual Basic]
MustInherit Public Class CodeStream
[C#]
public abstract class CodeStream
[C++]
public __gc __abstract class CodeStream
[JScript]
public abstract class CodeStream

Remarks

When the user wants to display the design view for a document, the file type of the document file will be used to determine what code stream to create. The code stream will be created and instructed to load.

Notes to Inheritors: Certain members of this class must be overridden in a derived class in order to implement them.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

CodeStream Members | System.ComponentModel.Design Namespace | IDesignerHost