FilteredCatalog.Complement Property

Definition

Gets a catalog that contains parts that are present in the underlying catalog but that were filtered out by the filter function.

public:
 property System::ComponentModel::Composition::Hosting::FilteredCatalog ^ Complement { System::ComponentModel::Composition::Hosting::FilteredCatalog ^ get(); };
public System.ComponentModel.Composition.Hosting.FilteredCatalog Complement { get; }
member this.Complement : System.ComponentModel.Composition.Hosting.FilteredCatalog
Public ReadOnly Property Complement As FilteredCatalog

Property Value

A catalog that contains the complement of this catalog.

Applies to