ExtensionRegistrar<T,TMetadataView>.UnfilteredLazyImports 属性

定义

MEF 导入的 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(RequiredCreationPolicy=System.ComponentModel.Composition.CreationPolicy.Any)>]
member this.UnfilteredLazyImports : System.Collections.Generic.IList<Lazy<'T, 'MetadataView>>
Protected Overrides ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))

属性值

IList<Lazy<T,TMetadataView>>
属性

适用于