ConnectorLayoutSerializer.GetConnectorConstructionArguments 方法

定义

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

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

返回

Dictionary<String,String>

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

适用于