Compartir a través de


ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Protected MustOverride ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
protected abstract IList<Lazy<T, TMetadataView>> UnfilteredLazyImports { get; }

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ExtensionRegistrarBase<T, TMetadataView> Clase

Microsoft.VisualStudio.Modeling.ExtensionEnablement (Espacio de nombres)