ValidationExtensionRegistrar.UnfilteredLazyImports Property
This member overrides ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
<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; }
[ImportManyAttribute(typeof(Action<ValidationContext^, Object^>))]
protected:
virtual property IList<Lazy<Delegate^, IDictionary<String^, Object^>^>^>^ UnfilteredLazyImports {
IList<Lazy<Delegate^, IDictionary<String^, Object^>^>^>^ get () override;
}
[<ImportManyAttribute(typeof(Action<ValidationContext, Object>))>]
abstract UnfilteredLazyImports : IList<Lazy<Delegate, IDictionary<string, Object>>> with get
[<ImportManyAttribute(typeof(Action<ValidationContext, Object>))>]
override UnfilteredLazyImports : IList<Lazy<Delegate, IDictionary<string, Object>>> with get
override function get UnfilteredLazyImports () : IList<Lazy<Delegate, IDictionary<String, Object>>>
Property Value
Type: IList<Lazy<Delegate, IDictionary<String, Object>>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ValidationExtensionRegistrar Class
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace