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
    Get
‘사용 방법
Dim value As DocData

value = Me.DocData
protected DocData DocData { get; }
protected:
property DocData^ DocData {
    DocData^ get ();
}
member DocData : DocData
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

See Also

Reference

DocDataTextWriter Class

DocDataTextWriter Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace