DocDataTextWriter Constructor (DocData^)

 

Initializes a new instance of DocDataTextWriter for the given doc data.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
DocDataTextWriter(
	DocData^ docData
)

docData must implement IVsTextStream or an exception will be thrown.

Return to top
Show: