Edit

Share via


WorkflowMarkupSerializationManager.IDesignerSerializationManager.GetInstance Method

Definition

Returns an instance of a created object of the specified name.

C#
object IDesignerSerializationManager.GetInstance(string name);

Parameters

name
String

The name of the object to retrieve.

Returns

An instance of the object with the given name, or a null reference (Nothing in Visual Basic) if no object by that name can be found.

Implements

Remarks

name must be set through a prior call to WorkflowMarkupSerializationManager.IDesignerSerializationManager.CreateInstance(Type, ICollection, String, Boolean).

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1