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)
'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; }
Tipo: System.Collections.Generic.IList<Lazy<Delegate, IDictionary<String, Object>>>
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
ValidationExtensionRegistrar Classe
Namespace Microsoft.VisualStudio.Modeling.ExtensionEnablement