Share via


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.Typesettings。 此属性保存由 WorkflowRuntimeServiceElement 指定的服务的程序集限定类型名。

适用于