ExtensionRegistrar<T, TMetadataView>.UnfilteredLazyImports – vlastnost
Tento člen přepisuje ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.
Obor názvů: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntaxe
'Deklarace
<ImportManyAttribute(RequiredCreationPolicy := CreationPolicy.Any)> _
Protected Overrides ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
[ImportManyAttribute(RequiredCreationPolicy = CreationPolicy.Any)]
protected override IList<Lazy<T, TMetadataView>> UnfilteredLazyImports { get; }
Hodnota vlastnosti
Typ: System.Collections.Generic.IList<Lazy<T, TMetadataView>>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
ExtensionRegistrar<T, TMetadataView> Třída
Microsoft.VisualStudio.Modeling.ExtensionEnablement – obor názvů