RootComponentCollectionExtensions.Remove 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 component associated with the specified selector
from the collection
specified by components
.
public:
[System::Runtime::CompilerServices::Extension]
static void Remove(Microsoft::AspNetCore::Components::WebView::WindowsForms::RootComponentsCollection ^ components, System::String ^ selector);
public static void Remove (this Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentsCollection components, string selector);
static member Remove : Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentsCollection * string -> unit
<Extension()>
Public Sub Remove (components As RootComponentsCollection, selector As String)
Parameters
- components
- RootComponentsCollection
The collection from which the component associated with the selector should be removed.
- selector
- String
The selector associated with the component to be removed.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.