Click or drag to resize

TextDocumentCollectionGetParentTextDocumentCollectionOf Method

Gets the parent TextDocumentCollection of a child TextDocument.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static TextDocumentCollection? GetParentTextDocumentCollectionOf(
	IDocumentLeafNode child
)

Parameters

child  IDocumentLeafNode
A text document for which the parent collection is searched.

Return Value

TextDocumentCollection
The parent TextDocumentCollection, if it exists; otherwise, .
See Also