ComposablePartDefinition.Imports 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 a sequence of all imports found on this part (both members and importing constructor).
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Composition.ImportDefinitionBinding> Imports { get; }
member this.Imports : seq<Microsoft.VisualStudio.Composition.ImportDefinitionBinding>
Public ReadOnly Property Imports As IEnumerable(Of ImportDefinitionBinding)