WorkflowRuntimeServiceElementCollection.GetElementKey Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.