Share via


RssCommands Class

Provides the routed commands supported by the Visual Studio RSS feed reader.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.PlatformUI.RssCommands

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

Syntax

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

The RssCommands type exposes the following members.

Fields

  Name Description
Public fieldStatic member EnableDownload Enable downloading of RSS content.
Public fieldStatic member PromptForCredentials Prompt the user for web proxy credentials.
Public fieldStatic member SetUrl Set the URL for the RSS feed.

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