DiagramNode.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a DiagramNodeChildren object that contains all of the children of the specified diagram node.
public:
property Microsoft::Office::Interop::Word::DiagramNodeChildren ^ Children { Microsoft::Office::Interop::Word::DiagramNodeChildren ^ get(); };
public Microsoft.Office.Interop.Word.DiagramNodeChildren Children { get; }
member this.Children : Microsoft.Office.Interop.Word.DiagramNodeChildren
Public ReadOnly Property Children As DiagramNodeChildren