ConnectorLayoutSerializer.GetConnectorConstructionArguments 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用与 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。
返回
基于字典的集合,其中包含用于构造连接器的参数名称及其关联值。