Compartilhar via


ConnectorLayoutSerializer.GetConnectorConstructionArguments Método

Definição

Obtém uma coleção de dicionário preenchida com o nome do elemento e seus valores associados da posição atual no leitor de XML associado ao WorkflowMarkupSerializationManager.

protected:
 System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ GetConnectorConstructionArguments(System::Workflow::ComponentModel::Serialization::WorkflowMarkupSerializationManager ^ serializationManager, Type ^ type);
protected System.Collections.Generic.Dictionary<string,string> GetConnectorConstructionArguments (System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager serializationManager, Type type);
member this.GetConnectorConstructionArguments : System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializationManager * Type -> System.Collections.Generic.Dictionary<string, string>
Protected Function GetConnectorConstructionArguments (serializationManager As WorkflowMarkupSerializationManager, type As Type) As Dictionary(Of String, String)

Parâmetros

serializationManager
WorkflowMarkupSerializationManager

A WorkflowMarkupSerializationManager que gerencia o processo de serialização.

type
Type

O Type especificado.

Retornos

Dictionary<String,String>

Coleção baseada em dicionário que contém os nomes de argumento e seus valores associados para a construção do conector.

Aplica-se a