ExtensionRegistrar<T, TMetadataView>::UnfilteredLazyImports Property

 

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

protected:
[ImportManyAttribute(RequiredCreationPolicy = CreationPolicy::Any)]
property IList<Lazy<T, TMetadataView>^>^ UnfilteredLazyImports {
	virtual IList<Lazy<T, TMetadataView>^>^ get() override;
}
Return to top
Show: