ValidationExtensionRegistrar.UnfilteredLazyImports (Propiedad)

Este miembro invalida ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
<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; }

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ValidationExtensionRegistrar Clase

Microsoft.VisualStudio.Modeling.ExtensionEnablement (Espacio de nombres)