Sdílet prostřednictvím


ValidationExtensionRegistrar.UnfilteredLazyImports – vlastnost

Tento člen přepisuje ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.

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

Syntaxe

'Deklarace
<ImportManyAttribute(GetType(Action(Of ValidationContext, Object)))> _
Protected Overrides ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of Delegate, IDictionary(Of String, Object)))
[ImportManyAttribute(typeof(Action<ValidationContext, Object>))]
protected override IList<Lazy<Delegate, IDictionary<string, Object>>> UnfilteredLazyImports { get; }

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Lazy<Delegate, IDictionary<String, Object>>>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ValidationExtensionRegistrar Třída

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