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

返品

コネクタの構築に使用する引数名と、それに関連付けられている値を含むディクショナリ ベースのコレクション。

適用対象