Share via


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>

コネクタの構築のための引数名とそれに関連する値を格納しているディクショナリ ベースのコレクション。

適用対象