ExtendedWorkflowRuntimeServiceElementCollection.Remove Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the first occurrence of a specific configuration element from the collection.
Remove(String) |
Removes the configuration element with the specified key from this collection. |
Remove(WorkflowRuntimeServiceElement) |
Removes the first occurrence of a specific configuration element from the collection. |
Removes the configuration element with the specified key from this collection.
public:
void Remove(System::String ^ key);
public void Remove(string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)
Parameters
- key
- String
The key of the configuration element to be removed.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Removes the first occurrence of a specific configuration element from the collection.
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)
Parameters
- serviceSettings
- WorkflowRuntimeServiceElement
The service configuration element to be removed.
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: