ProjectServiceBaseGetViewContentsForDocument Method |
Namespace: Altaxo.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual IEnumerable<IViewContent> GetViewContentsForDocument(
Object document
)
Parameters
- document Object
- The document for which views must be found.
Return Value
IEnumerableIViewContentAn enumeration containing all views that show the given document.
See Also