IVsSolutionWorkspaceService.SolutionFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The active solution file
public:
property System::String ^ SolutionFile { System::String ^ get(); };
public:
property Platform::String ^ SolutionFile { Platform::String ^ get(); };
public string SolutionFile { get; }
member this.SolutionFile : string
Public ReadOnly Property SolutionFile As String