Show / Hide Table of Contents

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 Source

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX