ExtensionRegistrar<T,TMetadataView>.UnfilteredLazyImports 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.
List of MEF-imported T.
protected:
virtual property System::Collections::Generic::IList<Lazy<T, TMetadataView> ^> ^ UnfilteredLazyImports { System::Collections::Generic::IList<Lazy<T, TMetadataView> ^> ^ get(); };
[System.ComponentModel.Composition.ImportMany(RequiredCreationPolicy=System.ComponentModel.Composition.CreationPolicy.Any)]
protected override System.Collections.Generic.IList<Lazy<T,TMetadataView>> UnfilteredLazyImports { get; }
[System.ComponentModel.Composition.ImportMany]
protected override System.Collections.Generic.IList<Lazy<T,TMetadataView>> UnfilteredLazyImports { get; }
[<System.ComponentModel.Composition.ImportMany(RequiredCreationPolicy=System.ComponentModel.Composition.CreationPolicy.Any)>]
member this.UnfilteredLazyImports : System.Collections.Generic.IList<Lazy<'T, 'MetadataView>>
[<System.ComponentModel.Composition.ImportMany>]
member this.UnfilteredLazyImports : System.Collections.Generic.IList<Lazy<'T, 'MetadataView>>
Protected Overrides ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
Property Value
- Attributes