ActivityDesignerLayoutSerializer.CreateInstance(WorkflowMarkupSerializationManager, Type) Método

Definição

Cria uma instância do Type especificado usando o WorkflowMarkupSerializationManager especificado.Creates an instance of the specified Type using the specified 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

Parâmetros

serializationManager
WorkflowMarkupSerializationManager

O WorkflowMarkupSerializationManager dando suporte a esta operação.The WorkflowMarkupSerializationManager supporting this operation.

type
Type

O Type especificado.The specified Type.

Retornos

Object

Uma instância do Type especificado.An instance of the specified Type.

Exceções

serializationManager é uma referência nula (Nothing no Visual Basic).serializationManager is a null reference (Nothing in Visual Basic).

- ou --or-

type é uma referência nula (Nothing).type is a null reference (Nothing).

Aplica-se a