Share via


ComposablePartDefinition.ImportingConstructorImports Property

Definition

Gets the list of parameters on the importing constructor, or null if the part cannot be instantiated.

public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Composition.ImportDefinitionBinding> ImportingConstructorImports { get; }
member this.ImportingConstructorImports : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Composition.ImportDefinitionBinding>
Public ReadOnly Property ImportingConstructorImports As IReadOnlyList(Of ImportDefinitionBinding)

Property Value

Applies to