ComposablePartDefinition.ExportedTypes 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 types exported on the part itself.
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Composition.ExportDefinition> ExportedTypes { get; }
member this.ExportedTypes : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Composition.ExportDefinition>
Public ReadOnly Property ExportedTypes As IReadOnlyCollection(Of ExportDefinition)