AggregateCatalog Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
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
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
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>

öğesine eklenecek ComposablePartCatalog veya AggregateCatalog boş nullbir oluşturmak için bir nesne koleksiyonuAggregateCatalog.

Özel durumlar

catalogs olan nullbir öğe içerir.

Şunlara uygulanır

AggregateCatalog(ComposablePartCatalog[])

Kaynak:
AggregateCatalog.cs
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 ComposablePartCatalognesne dizisiAggregateCatalog.

Özel durumlar

catalogs, null'e eşittir.

catalogs olan nullbir öğe içerir.

Şunlara uygulanır