SimpleNodeAdapter.GetEnumerable(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 children enumerable of the specified object. The default implementation resolve the children by reflection.
public virtual System.Collections.IEnumerable GetEnumerable (object reference, string enumName);
abstract member GetEnumerable : obj * string -> System.Collections.IEnumerable
override this.GetEnumerable : obj * string -> System.Collections.IEnumerable
Public Overridable Function GetEnumerable (reference As Object, enumName As String) As IEnumerable
Parameters
- reference
- Object
- enumName
- String