Share via


StartPageCommands Class

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.PlatformUI.StartPageCommands

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class StartPageCommands
public static class StartPageCommands
public ref class StartPageCommands abstract sealed
[<AbstractClass>]
[<Sealed>]
type StartPageCommands =  class end
public final class StartPageCommands

The StartPageCommands type exposes the following members.

Fields

  Name Description
Public fieldStatic member LaunchUrlFromAnnouncementsPanel Launch the URL from the Announcements panel in an external default browser.
Public fieldStatic member LaunchUrlFromDiscoverPanel Launch the URL from the Discover panel in an external default browser.
Public fieldStatic member LaunchUrlFromGettingStartedPanel Launch the URL from the Getting Started panel in an external default browser
Public fieldStatic member LaunchUrlFromWhatsNewPanel Launch the URL from the What’s New panel in an external default browser.
Public fieldStatic member LaunchUrlInDefaultBrowser Launch the URL in an external default browser.
Public fieldStatic member RetryAnnouncementsFeedDownload Allow the user to retry the RSS feed download.
Public fieldStatic member SwitchMainPanel Hide Main Panel 1 and show Main Panel 2 of the start page.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace