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。
戻り値
コネクタの構築のための引数名とそれに関連する値を格納しているディクショナリ ベースのコレクション。