AggregateCatalog Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av AggregateCatalog klassen.
Överlagringar
| Name | Description |
|---|---|
| AggregateCatalog() |
Initierar en ny instans av AggregateCatalog klassen. |
| AggregateCatalog(IEnumerable<ComposablePartCatalog>) |
Initierar en ny instans av AggregateCatalog klassen med de angivna katalogerna. |
| AggregateCatalog(ComposablePartCatalog[]) |
Initierar en ny instans av AggregateCatalog klassen med de angivna katalogerna. |
AggregateCatalog()
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
Initierar en ny instans av AggregateCatalog klassen.
public:
AggregateCatalog();
public AggregateCatalog();
Public Sub New ()
Gäller för
AggregateCatalog(IEnumerable<ComposablePartCatalog>)
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
Initierar en ny instans av AggregateCatalog klassen med de angivna katalogerna.
public:
AggregateCatalog(System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^> ^ catalogs);
public AggregateCatalog(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartCatalog>? catalogs);
public AggregateCatalog(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartCatalog> catalogs);
new System.ComponentModel.Composition.Hosting.AggregateCatalog : seq<System.ComponentModel.Composition.Primitives.ComposablePartCatalog> -> System.ComponentModel.Composition.Hosting.AggregateCatalog
Public Sub New (catalogs As IEnumerable(Of ComposablePartCatalog))
Parametrar
- catalogs
- IEnumerable<ComposablePartCatalog>
En samling ComposablePartCatalog objekt som ska läggas till i AggregateCatalog eller null för att skapa en tom AggregateCatalog.
Undantag
catalogs innehåller ett element som är null.
Gäller för
AggregateCatalog(ComposablePartCatalog[])
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
- Källa:
- AggregateCatalog.cs
Initierar en ny instans av AggregateCatalog klassen med de angivna katalogerna.
public:
AggregateCatalog(... cli::array <System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^> ^ catalogs);
public AggregateCatalog(params System.ComponentModel.Composition.Primitives.ComposablePartCatalog[]? catalogs);
public AggregateCatalog(params System.ComponentModel.Composition.Primitives.ComposablePartCatalog[] catalogs);
new System.ComponentModel.Composition.Hosting.AggregateCatalog : System.ComponentModel.Composition.Primitives.ComposablePartCatalog[] -> System.ComponentModel.Composition.Hosting.AggregateCatalog
Public Sub New (ParamArray catalogs As ComposablePartCatalog())
Parametrar
- catalogs
- ComposablePartCatalog[]
En matris med ComposablePartCatalog objekt som ska läggas till i AggregateCatalog.
Undantag
catalogs är null.
catalogs innehåller ett element som är null.