DocDataTextReader Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DocDataTextReader(DocData) |
Initializes a new instance of DocDataTextReader for the given doc data. |
DocDataTextReader(DocData, Boolean) |
Initializes a new instance of DocDataTextReader for the specified doc data object and determines whether Dispose() will be called on the |
DocDataTextReader(DocData)
Initializes a new instance of DocDataTextReader for the given doc data.
public:
DocDataTextReader(Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ docData);
public DocDataTextReader (Microsoft.VisualStudio.Shell.Design.Serialization.DocData docData);
new Microsoft.VisualStudio.Shell.Design.Serialization.DocDataTextReader : Microsoft.VisualStudio.Shell.Design.Serialization.DocData -> Microsoft.VisualStudio.Shell.Design.Serialization.DocDataTextReader
Public Sub New (docData As DocData)
Parameters
Applies to
DocDataTextReader(DocData, Boolean)
Initializes a new instance of DocDataTextReader for the specified doc data object and determines whether Dispose() will be called on the docData
when the DocDataTextReader is disposed.
public:
DocDataTextReader(Microsoft::VisualStudio::Shell::Design::Serialization::DocData ^ docData, bool disposeDocData);
public DocDataTextReader (Microsoft.VisualStudio.Shell.Design.Serialization.DocData docData, bool disposeDocData);
new Microsoft.VisualStudio.Shell.Design.Serialization.DocDataTextReader : Microsoft.VisualStudio.Shell.Design.Serialization.DocData * bool -> Microsoft.VisualStudio.Shell.Design.Serialization.DocDataTextReader
Public Sub New (docData As DocData, disposeDocData As Boolean)