SmartArtNode.ParentNode 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 the parent SmartArtNode of this SmartArtNode.
public:
property Microsoft::Office::Core::SmartArtNode ^ ParentNode { Microsoft::Office::Core::SmartArtNode ^ get(); };
public Microsoft.Office.Core.SmartArtNode ParentNode { get; }
member this.ParentNode : Microsoft.Office.Core.SmartArtNode
Public ReadOnly Property ParentNode As SmartArtNode
Property Value
Remarks
Read-only. If this node is the root node, an error is returned.