WorkflowRuntimeServiceElementCollection.GetElementKey Metodo

Definizione

Restituisce una chiave per il tipo WorkflowRuntimeServiceElement specificato.

protected:
 override System::Object ^ GetElementKey(System::Configuration::ConfigurationElement ^ settings);
protected override object GetElementKey (System.Configuration.ConfigurationElement settings);
override this.GetElementKey : System.Configuration.ConfigurationElement -> obj
Protected Overrides Function GetElementKey (settings As ConfigurationElement) As Object

Parametri

settings
ConfigurationElement

Classe ConfigurationElement per cui restituire una chiave.

Restituisce

Nome completo del tipo dell'assembly del servizio per la classe WorkflowRuntimeServiceElement specificata da settings.

Commenti

settings devono specificare una classe WorkflowRuntimeServiceElement. Proprietà WorkflowRuntimeServiceElement.Type per la quale viene restituito settings. Questa proprietà contiene il nome completo del tipo dell'assembly del servizio specificato da WorkflowRuntimeServiceElement.

Si applica a