ActivityDesignerLayoutSerializer.CreateInstance 方法

定义

使用指定的 Type 创建指定 WorkflowMarkupSerializationManager 的实例。

protected:
 override System::Object ^ CreateInstance(System::Workflow::ComponentModel::Serialization::WorkflowMarkupSerializationManager ^ serializationManager, Type ^ type);
protected override object CreateInstance (System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager serializationManager, Type type);
override this.CreateInstance : System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager * Type -> obj
Protected Overrides Function CreateInstance (serializationManager As WorkflowMarkupSerializationManager, type As Type) As Object

参数

serializationManager
WorkflowMarkupSerializationManager

支持此操作的 WorkflowMarkupSerializationManager

type
Type

指定的 Type

返回

指定的 Type 的实例。

例外

serializationManager 为空引用(在 Visual Basic 中为 Nothing)。

- 或 -

type 为空引用 (Nothing)。

适用于