ExtensionRegistrarBase<T, TMetadataView>.LazyImports Property

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

Syntax

'Declaration
Protected ReadOnly Property LazyImports As Collection(Of Lazy(Of T, TMetadataView))
protected Collection<Lazy<T, TMetadataView>> LazyImports { get; }
protected:
property Collection<Lazy<T, TMetadataView>^>^ LazyImports {
    Collection<Lazy<T, TMetadataView>^>^ get ();
}
member LazyImports : Collection<Lazy<'T, 'TMetadataView>>
function get LazyImports () : Collection<Lazy<T, TMetadataView>>

Property Value

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

.NET Framework Security

See Also

Reference

ExtensionRegistrarBase<T, TMetadataView> Class

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace