RootComponentMappingCollection.AddRange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將專案的集合加入至這個集合。
public:
void AddRange(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Components::WebAssembly::Hosting::RootComponentMapping> ^ items);
public void AddRange (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping> items);
member this.AddRange : seq<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping> -> unit
Public Sub AddRange (items As IEnumerable(Of RootComponentMapping))
參數
- items
- IEnumerable<RootComponentMapping>
要加入的項目。