ExtensionRegistrarBase<T,TMetadataView>.LazyImports 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 lazy imports after filtering was applied.
protected:
property System::Collections::ObjectModel::Collection<Lazy<T, TMetadataView> ^> ^ LazyImports { System::Collections::ObjectModel::Collection<Lazy<T, TMetadataView> ^> ^ get(); };
protected System.Collections.ObjectModel.Collection<Lazy<T,TMetadataView>> LazyImports { get; }
member this.LazyImports : System.Collections.ObjectModel.Collection<Lazy<'T, 'MetadataView>>
Protected ReadOnly Property LazyImports As Collection(Of Lazy(Of T, TMetadataView))
Property Value
Collection<Lazy<T,TMetadataView>>