ValidationExtensionRegistrar.UnfilteredLazyImports Property

Definition

protected:
 virtual property System::Collections::Generic::IList<Lazy<Delegate ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^> ^ UnfilteredLazyImports { System::Collections::Generic::IList<Lazy<Delegate ^, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^> ^> ^ get(); };
[System.ComponentModel.Composition.ImportMany(typeof(System.Action<Microsoft.VisualStudio.Modeling.Validation.ValidationContext,System.Object>))]
protected override System.Collections.Generic.IList<Lazy<Delegate,System.Collections.Generic.IDictionary<string,object>>> UnfilteredLazyImports { get; }
[<System.ComponentModel.Composition.ImportMany(typeof(System.Action<Microsoft.VisualStudio.Modeling.Validation.ValidationContext,System.Object>))>]
member this.UnfilteredLazyImports : System.Collections.Generic.IList<Lazy<Delegate, System.Collections.Generic.IDictionary<string, obj>>>
Protected Overrides ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of Delegate, IDictionary(Of String, Object)))

Property Value

Attributes

Applies to