简体   繁体   中英

Roslyn - Use VisualStudioWorkspace in Visual Studio 2010

Is it possible somehow to use the VisualStudioWorkspace service, in an VsExtension that targets Visual Studio version 2010?( http://source.roslyn.codeplex.com/#Microsoft.VisualStudio.LanguageServices/Implementation/ProjectSystem/VisualStudioWorkspace.cs,e757fe6b8e91e765 )

I tried to import the service using MEF, as described at https://joshvarty.wordpress.com/2014/09/12/learn-roslyn-now-part-6-working-with-workspaces/ , but that's not working at all.

[Import(typeof(Microsoft.VisualStudio.LanguageServices.VisualStudioWorkspace))] 
public VisualStudioWorkspace myWorkspace { get; set; } 

否。VisualStudioWorkspace仅存在于VS2015及更高版本中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM