Share via


WorkflowRuntimeServiceElementCollection.GetElementKey Método

Definición

Devuelve una clave para la clase WorkflowRuntimeServiceElement especificada.

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

Parámetros

settings
ConfigurationElement

Clase ConfigurationElement para la que se va a devolver una clave.

Devoluciones

El nombre del tipo calificado con el nombre de ensamblado del servicio para la clase WorkflowRuntimeServiceElement especificada por settings.

Comentarios

settings deberían especificar un WorkflowRuntimeServiceElement. El WorkflowRuntimeServiceElement.Type para los settings es devuelto. Esta propiedad contiene el nombre de tipo calificado con el nombre de ensamblado del servicio especificado por WorkflowRuntimeServiceElement.

Se aplica a