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