Sdílet prostřednictvím


ConnectorLayoutSerializer.GetConnectorConstructionArguments Metoda

Definice

Získá kolekci slovníku vyplněnou názvem elementu a jejich přidruženými hodnotami z aktuální pozice ve čtečce XML přidružené k WorkflowMarkupSerializationManager .

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)

Parametry

serializationManager
WorkflowMarkupSerializationManager

WorkflowMarkupSerializationManager, Který spravuje proces serializace.

type
Type

Zadané Type .

Návraty

Dictionary<String,String>

Kolekce založená na slovníku obsahující názvy argumentů a jejich přidružené hodnoty pro konstrukci konektoru.

Platí pro