ConnectorLayoutSerializer.GetConnectorConstructionArguments メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 。
返品
コネクタの構築に使用する引数名と、それに関連付けられている値を含むディクショナリ ベースのコレクション。