GetNode(object)
Gets the underlying object instance which is subject to the current attacher. The instance is the aggregatable node that participates in the parent-child relationships with other objects.
Declaration
object GetNode(object state)Parameters
| Type | Name | Description |
|---|---|---|
| object | state | The opaque state object passed to AttachToParent(RelationshipInfo, IAttacher, object). |
Returns
| Type | Description |
|---|---|
| object | An object implementing IAggregatable, either directly or dynamically. |