Share via


ComposedPart.SatisfyingExports Property

Definition

Gets a map of this part's imports, and the exports which satisfy them.

public System.Collections.Generic.IReadOnlyDictionary<Microsoft.VisualStudio.Composition.ImportDefinitionBinding,System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Composition.ExportDefinitionBinding>> SatisfyingExports { get; }
member this.SatisfyingExports : System.Collections.Generic.IReadOnlyDictionary<Microsoft.VisualStudio.Composition.ImportDefinitionBinding, System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Composition.ExportDefinitionBinding>>
Public ReadOnly Property SatisfyingExports As IReadOnlyDictionary(Of ImportDefinitionBinding, IReadOnlyList(Of ExportDefinitionBinding))

Property Value

Applies to