ExtendedWorkflowRuntimeServiceElementCollection.Remove 方法

定义

从集合中移除特定配置元素的第一个匹配项。

重载

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

要移除的服务配置元素。

适用于