ExtensionRegistrarBase<T, TMetadataView>.LazyImports (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 ReadOnly Property LazyImports As Collection(Of Lazy(Of T, TMetadataView))
protected Collection<Lazy<T, TMetadataView>> LazyImports { get; }

Valor de propiedad

Tipo: System.Collections.ObjectModel.Collection<Lazy<T, TMetadataView>>

Seguridad de .NET Framework

Vea también

Referencia

ExtensionRegistrarBase<T, TMetadataView> Clase

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