Partilhar via


Propriedade ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
Protected MustOverride ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
protected abstract IList<Lazy<T, TMetadataView>> UnfilteredLazyImports { get; }

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ExtensionRegistrarBase<T, TMetadataView> Classe

Namespace Microsoft.VisualStudio.Modeling.ExtensionEnablement