Click or drag to resize

ProjectServiceBaseGetViewContentsForDocument Method

Returns all currently open views that show the given document object
C#
document
, either directly (ModelObject is the document), or indirectly, if ModelObject is of type IProjectItemPresentationModel, by comparing with Document.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IEnumerable<IViewContent> GetViewContentsForDocument(
	Object document
)

Parameters

document  Object
The document for which views must be found.

Return Value

IEnumerableIViewContent
An enumeration containing all views that show the given document.
See Also