Compartilhar via


Propriedade ExtensionRegistrarBase<T, TMetadataView>.LazyImports

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

Sintaxe

'Declaração
Protected ReadOnly Property LazyImports As Collection(Of Lazy(Of T, TMetadataView))
protected Collection<Lazy<T, TMetadataView>> LazyImports { get; }

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ExtensionRegistrarBase<T, TMetadataView> Classe

Namespace Microsoft.VisualStudio.Modeling.ExtensionEnablement