Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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>> with get
function get LazyImports () : Collection<Lazy<T, TMetadataView>>
Property Value
Type: Collection<Lazy<T, TMetadataView>>
.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
ExtensionRegistrarBase<T, TMetadataView> Class
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace