ExtensionRegistrarBase<T, TMetadataView>.LazyImports 属性

命名空间:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Protected ReadOnly Property LazyImports As Collection(Of Lazy(Of T, TMetadataView))
protected Collection<Lazy<T, TMetadataView>> LazyImports { get; }

属性值

类型:System.Collections.ObjectModel.Collection<Lazy<T, TMetadataView>>

.NET Framework 安全性

请参见

参考

ExtensionRegistrarBase<T, TMetadataView> 类

Microsoft.VisualStudio.Modeling.ExtensionEnablement 命名空间