DocDataTextWriter::DocData Property

 

Gets the doc data object.

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

protected:
property DocData^ DocData {
	DocData^ get();
}

This will be null if the text writer has been disposed.

Return to top
Show: