DocDataTextWriter Class

 

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

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

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

[CLSCompliantAttribute(false)]
public class DocDataTextWriter : TextWriter, IServiceProvider

NameDescription
System_CAPS_pubmethodDocDataTextWriter(DocData)

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

System_CAPS_pubmethodDocDataTextWriter(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.

NameDescription
System_CAPS_protpropertyDocData

Gets the doc data object.

System_CAPS_pubpropertyEncoding

Gets the encoding of this text writer.(Overrides TextWriter.Encoding.)

System_CAPS_pubpropertyFormatProvider

(Inherited from TextWriter.)

System_CAPS_pubpropertyNewLine

(Inherited from TextWriter.)

NameDescription
System_CAPS_pubmethodClose()

(Inherited from TextWriter.)

System_CAPS_pubmethodCreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from TextWriter.)

System_CAPS_protmethodDispose(Boolean)

Disposes the object and its resources.(Overrides TextWriter.Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFlush()

Replaces the contents of the text stream with the contents of the string builder.(Overrides TextWriter.Flush().)

System_CAPS_pubmethodFlushAsync()

(Inherited from TextWriter.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWrite(Boolean)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Char)

Appends a char to the underlying StringBuilder.(Overrides TextWriter.Write(Char).)

System_CAPS_pubmethodWrite(Char[])

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Char[], Int32, Int32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Decimal)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Double)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Int32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Int64)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(Single)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(String)

Appends a string to the underlying StringBuilder.(Overrides TextWriter.Write(String).)

System_CAPS_pubmethodWrite(String, Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(String, Object, Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(String, Object, Object, Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(String, Object[])

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(UInt32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWrite(UInt64)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteAsync(Char)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteAsync(Char[])

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteAsync(Char[], Int32, Int32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteAsync(String)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine()

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Boolean)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Char)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Char[])

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Char[], Int32, Int32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Decimal)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Double)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Int32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Int64)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(Single)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(String)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(String, Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(String, Object, Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(String, Object, Object, Object)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(String, Object[])

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(UInt32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(UInt64)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLineAsync()

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLineAsync(Char)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLineAsync(Char[])

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLineAsync(Char[], Int32, Int32)

(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLineAsync(String)

(Inherited from TextWriter.)

NameDescription
System_CAPS_protfieldCoreNewLine

(Inherited from TextWriter.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIServiceProvider.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.

Return to top
Show: