ExtensionRegistrar<T,TMetadataView>.UnfilteredLazyImports 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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))
属性值
- 属性