GraphNode.IsContained 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 true if the node is contained by any other node.
public:
property bool IsContained { bool get(); };
public bool IsContained { get; }
member this.IsContained : bool
Public ReadOnly Property IsContained As Boolean