ExtensionRegistrar<T, TMetadataView>.UnfilteredLazyImports Property
This member overrides ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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>> with get
[<ImportManyAttribute(RequiredCreationPolicy = CreationPolicy.Any)>]
override UnfilteredLazyImports : IList<Lazy<'T, 'TMetadataView>> with get
override function get UnfilteredLazyImports () : IList<Lazy<T, TMetadataView>>
Property Value
Type: System.Collections.Generic.IList<Lazy<T, TMetadataView>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExtensionRegistrar<T, TMetadataView> Class
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace