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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.