ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports Property

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

Syntax

'Declaration
Protected MustOverride ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
protected abstract IList<Lazy<T, TMetadataView>> UnfilteredLazyImports { get; }
protected:
virtual property IList<Lazy<T, TMetadataView>^>^ UnfilteredLazyImports {
    IList<Lazy<T, TMetadataView>^>^ get () abstract;
}
abstract UnfilteredLazyImports : IList<Lazy<'T, 'TMetadataView>>
abstract function get UnfilteredLazyImports () : IList<Lazy<T, TMetadataView>>

Property Value

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

.NET Framework Security

See Also

Reference

ExtensionRegistrarBase<T, TMetadataView> Class

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace