ConnectorLayoutSerializer.GetConnectorConstructionArguments 方法

定義

取得 Dictionary 集合,該集合會填入項目名稱並從與 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>

以 Dictionary 為基礎的集合包含用於建立接點的引數名稱和其關聯值。

適用於