ValidationExtensionRegistrar.UnfilteredLazyImports 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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`2<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`2<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)))
属性值
- 属性