ExtensionRegistrarBase<T, TMetadataView>.UnfilteredLazyImports Property
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Protected MustOverride ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
Get
protected abstract IList<Lazy<T, TMetadataView>> UnfilteredLazyImports { get; }
protected:
virtual property IList<Lazy<T, TMetadataView>^>^ UnfilteredLazyImports {
IList<Lazy<T, TMetadataView>^>^ get () abstract;
}
abstract UnfilteredLazyImports : IList<Lazy<'T, 'TMetadataView>>
abstract function get UnfilteredLazyImports () : IList<Lazy<T, TMetadataView>>
Property Value
Type: System.Collections.Generic.IList<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