DocDataTextWriter Class

Provides a standard System.IO mechanism for writing to a Visual Studio text buffer.

This API is not CLS-compliant. 

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

Syntax

‘선언
<CLSCompliantAttribute(False)> _
Public Class DocDataTextWriter _
    Inherits TextWriter _
    Implements IServiceProvider
‘사용 방법
Dim instance As DocDataTextWriter
[CLSCompliantAttribute(false)]
public class DocDataTextWriter : TextWriter, 
    IServiceProvider
[CLSCompliantAttribute(false)]
public ref class DocDataTextWriter : public TextWriter, 
    IServiceProvider
[<CLSCompliantAttribute(false)>]
type DocDataTextWriter =  
    class
        inherit TextWriter
        interface IServiceProvider
    end
public class DocDataTextWriter extends TextWriter implements IServiceProvider

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.IO.TextWriter
      Microsoft.VisualStudio.Shell.Design.Serialization.DocDataTextWriter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DocDataTextWriter Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace