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
'Declaration
Protected ReadOnly Property DocData As DocData
protected DocData DocData { get; }
protected:
property DocData^ DocData {
DocData^ get ();
}
member DocData : DocData with get
function get DocData () : DocData
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.