CompositionConfiguration.Parts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the composed parts, with exports satisfied, that make up this configuration.
public System.Collections.Generic.ISet<Microsoft.VisualStudio.Composition.ComposedPart> Parts { get; }
member this.Parts : System.Collections.Generic.ISet<Microsoft.VisualStudio.Composition.ComposedPart>
Public ReadOnly Property Parts As ISet(Of ComposedPart)