ComposableCatalog.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 set of parts that belong to the catalog.
public System.Collections.Immutable.IImmutableSet<Microsoft.VisualStudio.Composition.ComposablePartDefinition> Parts { get; }
member this.Parts : System.Collections.Immutable.IImmutableSet<Microsoft.VisualStudio.Composition.ComposablePartDefinition>
Public ReadOnly Property Parts As IImmutableSet(Of ComposablePartDefinition)