次の方法で共有


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

プロパティ値

適用対象