共用方式為


ComposedPart.SatisfyingExports 屬性

定義

取得這個部分匯入的對應,以及滿足這些匯入的導出。

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))

屬性值

適用於