DiagramNode.Root 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 DiagramNode object that represents the root diagram node to which the source diagram node belongs.
public:
property Microsoft::Office::Interop::Word::DiagramNode ^ Root { Microsoft::Office::Interop::Word::DiagramNode ^ get(); };
public Microsoft.Office.Interop.Word.DiagramNode Root { get; }
member this.Root : Microsoft.Office.Interop.Word.DiagramNode
Public ReadOnly Property Root As DiagramNode