Propriedade ValidationExtensionRegistrar.UnfilteredLazyImports

Este membro substitui ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
<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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ValidationExtensionRegistrar Classe

Namespace Microsoft.VisualStudio.Modeling.ExtensionEnablement