SimpleNodeAdapter.GetObject(Object, String) Method

Definition

Get the named Child of the specified object. The default implementation resolve the child by reflection.

public virtual object GetObject (object reference, string childName);
abstract member GetObject : obj * string -> obj
override this.GetObject : obj * string -> obj
Public Overridable Function GetObject (reference As Object, childName As String) As Object

Parameters

reference
Object
childName
String

Returns

Applies to