WorkflowMarkupSerializer.GetChildren Method

Definition

Retrieves a list of child objects for the specified object.

protected public:
 virtual System::Collections::IList ^ GetChildren(System::Workflow::ComponentModel::Serialization::WorkflowMarkupSerializationManager ^ serializationManager, System::Object ^ obj);
protected internal virtual System.Collections.IList GetChildren (System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager serializationManager, object obj);
abstract member GetChildren : System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager * obj -> System.Collections.IList
override this.GetChildren : System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager * obj -> System.Collections.IList
Protected Friend Overridable Function GetChildren (serializationManager As WorkflowMarkupSerializationManager, obj As Object) As IList

Parameters

serializationManager
WorkflowMarkupSerializationManager

The WorkflowMarkupSerializationManager which supports this operation.

obj
Object

The Object from which to retrieve child objects.

Returns

An IList that contains the child objects of obj.

Exceptions

obj or serializationManager contains a null reference (Nothing in Visual Basic).

Remarks

Unless overridden in a class that inherits from GetChildren always returns null (Nothing).

Applies to