Share via


KernelPluginCollection.Remove(KernelPlugin) Method

Definition

Removes the specified plugin from the collection.

public bool Remove (Microsoft.SemanticKernel.KernelPlugin plugin);
abstract member Remove : Microsoft.SemanticKernel.KernelPlugin -> bool
override this.Remove : Microsoft.SemanticKernel.KernelPlugin -> bool
Public Function Remove (plugin As KernelPlugin) As Boolean

Parameters

plugin
KernelPlugin

The plugin to remove.

Returns

true if plugin was in the collection and could be removed; otherwise, false.

Implements

Applies to