WorkflowRuntimeServiceElementCollection.GetElementKey Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna uma chave para o WorkflowRuntimeServiceElement especificador.
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 uma chave deve ser retornada.
Retornos
O nome de tipo qualificado pelo assembly do serviço para o WorkflowRuntimeServiceElement especificado por settings
.
Comentários
settings
deve especificar um WorkflowRuntimeServiceElement. O WorkflowRuntimeServiceElement.Type para settings
é retornado. Essa propriedade contém o nome de tipo qualificado por assembly do serviço especificado pelo WorkflowRuntimeServiceElement.