Interface IMetadataFilter
Interface for filtering packages from a IMetadataSource or for selectively quering packages from a IMetadataSource
Namespace: Microsoft.PackageGraph.Storage
Assembly: package-graph-microsoft-update.dll
Syntax
public interface IMetadataFilter
Methods
| Improve this Doc View SourceApply(IMetadataStore)
Apply the filter to a IMetadataSource and returns the matching packages
Declaration
IEnumerable<IPackage> Apply(IMetadataStore source)
Parameters
Type | Name | Description |
---|---|---|
IMetadataStore | source | The metadata store to filter |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPackage> | Matching packages |