共用方式為


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

要移除的服務組態項目。

適用於