Sdílet prostřednictvím


ExtensionRegistrarBase<T, TMetadataView>.LazyImports – vlastnost

Obor názvů:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ExtensionRegistrarBase<T, TMetadataView> Třída

Microsoft.VisualStudio.Modeling.ExtensionEnablement – obor názvů