Partager via


ConnectorLayoutSerializer.GetConnectorConstructionArguments Méthode

Définition

Obtient une collection Dictionnaire contenant les noms des éléments et les valeurs associées à partir de la position actuelle dans le lecteur XML associé au 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)

Paramètres

serializationManager
WorkflowMarkupSerializationManager

WorkflowMarkupSerializationManager qui gère le processus de sérialisation.

type
Type

Type spécifié.

Retours

Dictionary<String,String>

Collection basée sur le dictionnaire qui contient le nom des arguments et les valeurs associées pour la construction du connecteur.

S’applique à