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
'宣言
Protected ReadOnly Property LazyImports As Collection(Of Lazy(Of T, TMetadataView))
Get
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
- 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