SimpleNodeAdapter.GetObject(Object, String) Method
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.
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