ConnectorLayoutSerializer.GetConnectorConstructionArguments 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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。
傳回
以 Dictionary 為基礎的集合包含用於建立接點的引數名稱和其關聯值。