WorkflowRuntimeServiceElementCollection.GetElementKey Метод

Определение

Возвращает ключ для заданного 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

Параметры

settings
ConfigurationElement

Элемент ConfigurationElement, для которого возвращается ключ.

Возвращаемое значение

Имя типа службы с указанием сборки для элемента WorkflowRuntimeServiceElement, заданного settings.

Комментарии

settings должен задать WorkflowRuntimeServiceElement. Возвращается WorkflowRuntimeServiceElement.Type для settings. В этом свойстве хранится имя типа службы с указанием сборки, заданное WorkflowRuntimeServiceElement.

Применяется к