ConnectorLayoutSerializer.GetConnectorConstructionArguments Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
Retornos
Coleção baseada em dicionário que contém os nomes de argumento e seus valores associados para a construção do conector.