ConnectorLayoutSerializer.GetConnectorConstructionArguments 方法

定义

从与 WorkflowMarkupSerializationManager 关联的 xml 读取器中的当前位置获取用元素名称填充的 Dictionary 集合及其关联值。

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)

参数

serializationManager
WorkflowMarkupSerializationManager

WorkflowMarkupSerializationManager用于管理序列化过程。

type
Type

指定的 Type

返回

基于字典的集合,其中包含用于构造连接器的参数名称及其关联值。

适用于