DiagramNode.Root Property
Returns a DiagramNode object that represents the root diagram node to which the source diagram node belongs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Dim diagramNode1 As DiagramNode
Dim returnValue As DiagramNode
returnValue = diagramNode1.Root
Syntax
ReadOnly Property Root() As DiagramNode
DiagramNode Root {get;}
property DiagramNode^ Root{
DiagramNode^ get();
}
public DiagramNode get_Root();
function get Root() : DiagramNode;
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
DiagramNode Interface
Microsoft.Office.Interop.Word Namespace