WorkflowRuntimeServiceElementCollection.GetElementKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定 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 指定的服务的程序集限定类型名。