RootComponentCollectionExtensions.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從所components
指定的集合中移除與指定的 selector
相關聯元件。
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)
參數
- components
- RootComponentsCollection
應該從中移除與選取器相關聯的元件集合。
- selector
- String
與要移除之元件相關聯的選取器。