ConnectorLayoutSerializer.GetConnectorConstructionArguments Method

Definition

Gets a Dictionary collection filled with element name and their associated values from the current position in the xml reader associated with the 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)

Parameters

serializationManager
WorkflowMarkupSerializationManager

The WorkflowMarkupSerializationManager that manages the serialization process.

type
Type

The specified Type.

Returns

Dictionary based collection containing the argument names and their associated values for the construction of the connector.

Applies to