ExtendedWorkflowRuntimeServiceElementCollection.Remove 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除特定配置元素的第一个匹配项。
重载
Remove(String) |
从此集合中移除具有指定键的配置元素。 |
Remove(WorkflowRuntimeServiceElement) |
从集合中移除特定配置元素的第一个匹配项。 |
Remove(String)
从此集合中移除具有指定键的配置元素。
public:
void Remove(System::String ^ key);
public void Remove (string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)
参数
- key
- String
要移除的配置元素的键。
适用于
Remove(WorkflowRuntimeServiceElement)
从集合中移除特定配置元素的第一个匹配项。
public:
void Remove(System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElement ^ serviceSettings);
public void Remove (System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement serviceSettings);
member this.Remove : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement -> unit
Public Sub Remove (serviceSettings As WorkflowRuntimeServiceElement)
参数
- serviceSettings
- WorkflowRuntimeServiceElement
要移除的服务配置元素。