Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property UnfilteredLazyImports As IList(Of Lazy(Of T, TMetadataView))
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>> with get
abstract function get UnfilteredLazyImports () : IList<Lazy<T, TMetadataView>>
Property Value
Type: 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