Udostępnij za pośrednictwem


ExtensionRegistrar<T,TMetadataView>.UnfilteredLazyImports Property

Definition

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

IList<Lazy<T,TMetadataView>>
Attributes

Applies to