ISolutionDataManager.GetSolutionVersion Method
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.
Gets the solution version.
public Microsoft.VisualStudio.ProjectSystem.Query.SolutionVersionInfo? GetSolutionVersion ();
abstract member GetSolutionVersion : unit -> Microsoft.VisualStudio.ProjectSystem.Query.SolutionVersionInfo
Public Function GetSolutionVersion () As SolutionVersionInfo
Returns
The solution version or null if the solution data manager has not yet initialized.