DocData::Data Property

 

The actual DocData object this class wraps.

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

public:
property Object^ Data {
	Object^ get();
}

Property Value

Type: System::Object^

The doc data object.

Return to top
Show: