Public Shared Function GetRecentProjects() As IReadOnlyList(Of String)
public static IReadOnlyList<string> GetRecentProjects()
Return Value
A list containing the full paths to the .aprxs
Public Shared Function GetRecentProjects() As IReadOnlyList(Of String)
public static IReadOnlyList<string> GetRecentProjects()
{
var recentProjects = Project.GetRecentProjects();
// Use recentProjects;
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)