Condividi tramite


Proprietà ExtensionRegistrarBase<T, TMetadataView>.LazyImports

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExtensionRegistrarBase<T, TMetadataView> Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.ExtensionEnablement