EffectiveCollectionInclusions

StockSharp.Xaml.Diagram.GXDiagram.Tool

此列举控制了Part} 的行为).

字段

None
public const EffectiveCollectionInclusions None
value = EffectiveCollectionInclusions.None

切勿添加任何部分, 只添加选中的部分 。

Standard
public const EffectiveCollectionInclusions Standard
value = EffectiveCollectionInclusions.Standard

包括选定的节点,如果是组的话,包括其成员,以及连接他们的链接.

SubTree
public const EffectiveCollectionInclusions SubTree
value = EffectiveCollectionInclusions.SubTree

包含所有标准连接部分以及树结构后人节点(子、 孙等) 和连接到它们的链接。 这假设连接从父节点到子节点, 除非 TreePath 是源, 在这种情况下, 链接会从每个子节点到父节点 。

TreeChildren
public const EffectiveCollectionInclusions TreeChildren
value = EffectiveCollectionInclusions.TreeChildren

包括树结构的后人节点(孩子,孙子等),这假设连接从父母节点到孩子,除非TreePath是源,在这种情况下,假设连接从每个孩子到其父母节点.