Condividi tramite


Proprietà ValidationExtensionRegistrar.UnfilteredLazyImports

Questo membro esegue l'override di ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Sintassi

'Dichiarazione
<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; }

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ValidationExtensionRegistrar Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.ExtensionEnablement