ExtensionRegistrarBase<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:
abstract property System::Collections::Generic::IList<Lazy<T, TMetadataView> ^> ^ UnfilteredLazyImports { System::Collections::Generic::IList<Lazy<T, TMetadataView> ^> ^ get(); };
protected abstract System.Collections.Generic.IList<Lazy<T,TMetadataView>> UnfilteredLazyImports { get; }
member this.UnfilteredLazyImports : System.Collections.Generic.IList<Lazy<'T, 'MetadataView>>
Protected MustOverride ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))