ValidationExtensionRegistrar.UnfilteredLazyImports Property

This member overrides ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.

Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
<ImportManyAttribute(GetType(Action))> _
Protected Overrides ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of Delegate, IDictionary(Of String, Object)))
[ImportManyAttribute(typeof(Action))]
protected override IList<Lazy<Delegate, IDictionary<string, Object>>> UnfilteredLazyImports { get; }
[ImportManyAttribute(typeof(Action))]
protected:
virtual property IList<Lazy<Delegate^, IDictionary<String^, Object^>^>^>^ UnfilteredLazyImports {
    IList<Lazy<Delegate^, IDictionary<String^, Object^>^>^>^ get () override;
}
[<ImportManyAttribute(typeof(Action))>]
abstract UnfilteredLazyImports : IList<Lazy<Delegate, IDictionary<string, Object>>>
[<ImportManyAttribute(typeof(Action))>]
override UnfilteredLazyImports : IList<Lazy<Delegate, IDictionary<string, Object>>>
override function get UnfilteredLazyImports () : IList<Lazy<Delegate, IDictionary<String, Object>>>

Property Value

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

.NET Framework Security

See Also

Reference

ValidationExtensionRegistrar Class

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace