Aracılığıyla paylaş


AggregateCatalog Oluşturucular

Tanım

AggregateCatalog sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

AggregateCatalog()

AggregateCatalog sınıfının yeni bir örneğini başlatır.

AggregateCatalog(IEnumerable<ComposablePartCatalog>)

Belirtilen kataloglarla sınıfının yeni bir örneğini AggregateCatalog başlatır.

AggregateCatalog(ComposablePartCatalog[])

Belirtilen kataloglarla sınıfının yeni bir örneğini AggregateCatalog başlatır.

AggregateCatalog()

Kaynak:
AggregateCatalog.cs
Kaynak:
AggregateCatalog.cs
Kaynak:
AggregateCatalog.cs

AggregateCatalog sınıfının yeni bir örneğini başlatır.

public:
 AggregateCatalog();
public AggregateCatalog ();
Public Sub New ()

Şunlara uygulanır

AggregateCatalog(IEnumerable<ComposablePartCatalog>)

Kaynak:
AggregateCatalog.cs
Kaynak:
AggregateCatalog.cs
Kaynak:
AggregateCatalog.cs

Belirtilen kataloglarla sınıfının yeni bir örneğini AggregateCatalog başlatır.

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))

Parametreler

catalogs
IEnumerable<ComposablePartCatalog>

veya null öğesine ekleyip AggregateCatalog boş AggregateCatalogbir oluşturmak için bir nesne koleksiyonuComposablePartCatalog.

Özel durumlar

catalogs olan nullbir öğe içerir.

Şunlara uygulanır

AggregateCatalog(ComposablePartCatalog[])

Kaynak:
AggregateCatalog.cs
Kaynak:
AggregateCatalog.cs
Kaynak:
AggregateCatalog.cs

Belirtilen kataloglarla sınıfının yeni bir örneğini AggregateCatalog başlatır.

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())

Parametreler

catalogs
ComposablePartCatalog[]

öğesine eklenecek AggregateCatalognesne dizisiComposablePartCatalog.

Özel durumlar

catalogs, null değeridir.

catalogs olan nullbir öğe içerir.

Şunlara uygulanır