RunningDocumentInfo::DocData Property

 

The document object in the Running Document Table (RDT).

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Object^ DocData {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

Returns Object.

Return to top
Show: