DocDataTextWriter Constructor (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.

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

Syntax

'宣告
Public Sub New ( _
    docData As DocData, _
    disposeDocData As Boolean _
)
public DocDataTextWriter(
    DocData docData,
    bool disposeDocData
)

Parameters

  • disposeDocData
    Type: System.Boolean
    If true, this instance should dispose the doc data when it is closed or disposed.

Remarks

docData must implement IVsTextStream or an exception will be thrown. When this object is either disposed or closed, it will call Dispose on the underlying docData if disposeDocData is true. The default value for disposeDocData is false.

.NET Framework Security

See Also

Reference

DocDataTextWriter Class

DocDataTextWriter Overload

Microsoft.VisualStudio.Shell.Design.Serialization Namespace