DocDataTextWriter Class
Visual Studio 2015
Provides a standard System.IO mechanism for writing to a Visual Studio text buffer.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
System.Object
System.MarshalByRefObject
System.IO.TextWriter
Microsoft.VisualStudio.Shell.Design.Serialization.DocDataTextWriter
System.MarshalByRefObject
System.IO.TextWriter
Microsoft.VisualStudio.Shell.Design.Serialization.DocDataTextWriter
| Name | Description | |
|---|---|---|
![]() | DocDataTextWriter(DocData) | Initializes a new instance of DocDataTextWriter for the given doc data. |
![]() | DocDataTextWriter(DocData, Boolean) | Initializes a new instance of DocDataTextWriter for the specified doc data, and determines whether or not to dispose the doc data object when this instance is closed or disposed. |
| Name | Description | |
|---|---|---|
![]() | DocData | Gets the doc data object. |
![]() | Encoding | Gets the encoding of this text writer.(Overrides TextWriter.Encoding.) |
![]() | FormatProvider | (Inherited from TextWriter.) |
![]() | NewLine | (Inherited from TextWriter.) |
| Name | Description | |
|---|---|---|
![]() | CoreNewLine | (Inherited from TextWriter.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceProvider.GetService(Type) | Gets the service of the specified type. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:






