KernelPluginCollection.Remove(KernelPlugin) Method
Definition
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 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.