ExtensionRegistrar<T, TMetadataView>.UnfilteredLazyImports Property

This member overrides ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
<ImportManyAttribute(RequiredCreationPolicy := CreationPolicy.Any)> _
Protected Overrides ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
[ImportManyAttribute(RequiredCreationPolicy = CreationPolicy.Any)]
protected override IList<Lazy<T, TMetadataView>> UnfilteredLazyImports { get; }
[ImportManyAttribute(RequiredCreationPolicy = CreationPolicy::Any)]
protected:
virtual property IList<Lazy<T, TMetadataView>^>^ UnfilteredLazyImports {
    IList<Lazy<T, TMetadataView>^>^ get () override;
}
[<ImportManyAttribute(RequiredCreationPolicy = CreationPolicy.Any)>]
abstract UnfilteredLazyImports : IList<Lazy<'T, 'TMetadataView>>
[<ImportManyAttribute(RequiredCreationPolicy = CreationPolicy.Any)>]
override UnfilteredLazyImports : IList<Lazy<'T, 'TMetadataView>>
override function get UnfilteredLazyImports () : IList<Lazy<T, TMetadataView>>

Property Value

Type: System.Collections.Generic.IList<Lazy<T, TMetadataView>>

.NET Framework Security

See Also

Reference

ExtensionRegistrar<T, TMetadataView> Class

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace