DocDataTextWriter.DocData Property
Gets the doc data object.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
‘선언
Protected ReadOnly Property DocData As DocData
protected DocData DocData { get; }
Property Value
Type: Microsoft.VisualStudio.Shell.Design.Serialization.DocData
DocData .
Remarks
This will be nulla null reference (Nothing in Visual Basic) if the text writer has been disposed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.