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
要移除的服務組態項目。