WorkflowRuntimeServiceElementCollection.GetElementKey Método

Definição

Retorna 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 retornar uma chave.

Retornos

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

Comentários

settings deve especificar um WorkflowRuntimeServiceElement. O WorkflowRuntimeServiceElement.Type for settings é retornado. Essa propriedade contém o nome do tipo qualificado por assembly do serviço especificado pelo WorkflowRuntimeServiceElement.

Aplica-se a