WorkflowRuntimeServiceElementCollection.GetElementKey Método

Definição

Devolve uma chave para o especificado WorkflowRuntimeServiceElement.

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

Um ConfigurationElement para o qual devolver uma chave.

Devoluções

O nome de tipo qualificado por assembleia do serviço para o WorkflowRuntimeServiceElement especificado por settings.

Observações

settings deve especificar um WorkflowRuntimeServiceElement. O WorkflowRuntimeServiceElement.Type para settings é devolvido. Esta propriedade mantém o nome de tipo qualificado para montagem do serviço especificado pelo WorkflowRuntimeServiceElement.

Aplica-se a